protected static class TriplyIndexedTable.Entry extends Object
Modifier and Type | Field and Description |
---|---|
int |
hash
The hash code
|
Object |
key1
The first key
|
Object |
key2
The second key
|
Object |
key3
The third key
|
TriplyIndexedTable.Entry |
next
The next entry
|
Object |
value
The value
|
Constructor and Description |
---|
TriplyIndexedTable.Entry(int hash,
Object key1,
Object key2,
Object key3,
Object value,
TriplyIndexedTable.Entry next)
Creates a new entry
|
public int hash
public Object key1
public Object key2
public Object key3
public Object value
public TriplyIndexedTable.Entry next
public TriplyIndexedTable.Entry(int hash, Object key1, Object key2, Object key3, Object value, TriplyIndexedTable.Entry next)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.