|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface HANDLER.ProtectedSet
An interface to specify which Quads a particular
HANDLER protects.
| Method Summary | |
|---|---|
void |
insert(Quad q)
Add a quad into the protected set. |
boolean |
isProtected(Quad q)
Determines whether the specified Quad is a
member of the protected set. |
Iterator<Quad> |
iterator()
Iterate through all the elements of the protected set. |
void |
remove(Quad q)
Remove a quad from the protected set. |
int |
size()
Return the number of protected quads in the set. |
| Method Detail |
|---|
boolean isProtected(Quad q)
Quad is a
member of the protected set.
Iterator<Quad> iterator()
int size()
void remove(Quad q)
void insert(Quad q)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||