|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to specify which Quad
s 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 |
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 |
public boolean isProtected(Quad q)
Quad
is a
member of the protected set.
public Iterator iterator()
public int size()
public void remove(Quad q)
public void insert(Quad q)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |