|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.util.IdSet
net.axyana.qizxopen.util.DifferenceIdSet
An IdSet that is the difference between a main set and a list of excluded sets.
Constructor Summary | |
DifferenceIdSet(IdSet main,
IdSet[] excluded)
|
Method Summary | |
IdSet |
copy()
|
int |
getNext(int id)
Iteration mechanism: returns the first id in the set that is greater or equal to argument. |
boolean |
test(int id)
Identifier containment test. |
Methods inherited from class net.axyana.qizxopen.util.IdSet |
intersects, isEmpty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DifferenceIdSet(IdSet main, IdSet[] excluded)
Method Detail |
public boolean test(int id)
IdSet
test
in class IdSet
public int getNext(int id)
IdSet
getNext
in class IdSet
public IdSet copy()
copy
in class IdSet
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |