|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.util.DoublyIndexedSet
public class DoublyIndexedSet
A set that uses two keys.
Field Summary | |
---|---|
protected DoublyIndexedTable |
table
The table to store entries. |
protected static Object |
value
Dummy value object for the table. |
Constructor Summary | |
---|---|
DoublyIndexedSet()
|
Method Summary | |
---|---|
void |
add(Object o1,
Object o2)
Adds an entry to the set. |
void |
clear()
Clears the set. |
boolean |
contains(Object o1,
Object o2)
Returns whether the given keys are in the set. |
void |
remove(Object o1,
Object o2)
Removes an entry from the set. |
int |
size()
Returns the number of entries in the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DoublyIndexedTable table
protected static Object value
Constructor Detail |
---|
public DoublyIndexedSet()
Method Detail |
---|
public int size()
public void add(Object o1, Object o2)
public void remove(Object o1, Object o2)
public boolean contains(Object o1, Object o2)
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |