Class DoublyIndexedSet
java.lang.Object
org.apache.batik.util.DoublyIndexedSet
A set that uses two keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DoublyIndexedTableThe table to store entries.protected static ObjectDummy value object for the table. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
table
The table to store entries. -
value
Dummy value object for the table.
-
-
Constructor Details
-
DoublyIndexedSet
public DoublyIndexedSet()
-
-
Method Details
-
size
public int size()Returns the number of entries in the set. -
add
-
remove
-
contains
-
clear
public void clear()Clears the set.
-