|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdTracker
Defines the interface for all class implementations allowing a set of ids to be marked as in use. This is used in filter tasks for tracking which entities have been selected. Implementations support negative numbers.
Method Summary | |
---|---|
boolean |
get(long id)
Checks whether the specified id is active. |
void |
set(long id)
Marks the specified id as active. |
void |
setAll(IdTracker idTracker)
Sets all the ids contained in the specified tracker. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void set(long id)
id
- The identifier to be flagged.boolean get(long id)
id
- The identifier to be checked.
void setAll(IdTracker idTracker)
idTracker
- The id tracker containing the ids to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |