public static class DoublyIndexedTable.Entry extends Object
DoublyIndexedTable.| Modifier and Type | Field and Description |
|---|---|
protected int |
hash
The hash code.
|
protected Object |
key1
The first key.
|
protected Object |
key2
The second key.
|
protected DoublyIndexedTable.Entry |
next
The next entry.
|
protected Object |
value
The value.
|
| Constructor and Description |
|---|
DoublyIndexedTable.Entry(int hash,
Object key1,
Object key2,
Object value,
DoublyIndexedTable.Entry next)
Creates a new entry.
|
protected int hash
protected Object key1
protected Object key2
protected Object value
protected DoublyIndexedTable.Entry next
public DoublyIndexedTable.Entry(int hash,
Object key1,
Object key2,
Object value,
DoublyIndexedTable.Entry next)
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.