protected class SoftDoublyIndexedTable.Entry
extends java.lang.ref.SoftReference
| Modifier and Type | Field | Description |
|---|---|---|
int |
hash |
The hash code
|
java.lang.Object |
key1 |
The first key
|
java.lang.Object |
key2 |
The second key
|
SoftDoublyIndexedTable.Entry |
next |
The next entry
|
| Constructor | Description |
|---|---|
Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
SoftDoublyIndexedTable.Entry next) |
Creates a new entry
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
match(java.lang.Object o1,
java.lang.Object o2) |
Whether this entry match the given keys.
|
public int hash
public java.lang.Object key1
public java.lang.Object key2
public SoftDoublyIndexedTable.Entry next
public Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
SoftDoublyIndexedTable.Entry next)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.