Package org.apache.batik.dom.util
Class TriplyIndexedTable.Entry
java.lang.Object
org.apache.batik.dom.util.TriplyIndexedTable.Entry
- Enclosing class:
- TriplyIndexedTable
To manage collisions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hash
public int hashThe hash code -
key1
The first key -
key2
The second key -
key3
The third key -
value
The value -
next
The next entry
-
-
Constructor Details
-
Entry
public Entry(int hash, Object key1, Object key2, Object key3, Object value, TriplyIndexedTable.Entry next) Creates a new entry
-
-
Method Details
-
match
Whether this entry matches the given keys.
-