Package org.apache.batik.util
Class DoublyIndexedTable.Entry
java.lang.Object
org.apache.batik.util.DoublyIndexedTable.Entry
- Enclosing class:
DoublyIndexedTable
An entry in the
DoublyIndexedTable
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, Object key1, Object key2, Object value, DoublyIndexedTable.Entry next) Creates a new entry. -
Method Summary
-
Field Details
-
hash
protected int hashThe hash code. -
key1
The first key. -
key2
The second key. -
value
The value. -
next
The next entry.
-
-
Constructor Details
-
Entry
Creates a new entry.
-
-
Method Details
-
getKey1
Returns this entry's first key. -
getKey2
Returns this entry's second key. -
getValue
Returns this entry's value. -
match
Whether this entry match the given keys.
-