|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A IntRelation
is a mapping from int
to
IntSet
.
Method Summary | |
IntSet |
get(int key)
Returns the set under the given key. |
boolean |
isEmpty()
Returns true if the set of keys is the empty set. |
IntSet |
keys()
Returns the set of keys. |
void |
put(int key,
int value)
Puts the given value in the set under the given key. |
Reiterator |
reiterator()
Returns a Reiterator view. |
void |
set(int key,
IntSet values)
Assigns the given set to the given key. |
Method Detail |
public IntSet keys()
public IntSet get(int key)
public void put(int key, int value)
public void set(int key, IntSet values)
public boolean isEmpty()
true
if the set of keys is the empty set.public Reiterator reiterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |