|
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
An abstract set of identifiers (positive integers).
Constructor Summary | |
IdSet()
|
Method Summary | |
abstract IdSet |
copy()
|
abstract int |
getNext(int id)
Iteration mechanism: returns the first id in the set that is greater or equal to argument. |
boolean |
intersects(IdSet that)
returns true if the intersection of the two sets is not empty. |
boolean |
isEmpty()
|
abstract boolean |
test(int id)
Identifier containment test. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdSet()
Method Detail |
public abstract boolean test(int id)
public abstract int getNext(int id)
public boolean isEmpty()
public boolean intersects(IdSet that)
public abstract IdSet copy()
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |