protected class SoftDoublyIndexedTable.Entry extends SoftReference
Modifier and Type | Field and Description |
---|---|
int |
hash
The hash code
|
Object |
key1
The first key
|
Object |
key2
The second key
|
SoftDoublyIndexedTable.Entry |
next
The next entry
|
Constructor and Description |
---|
Entry(int hash,
Object key1,
Object key2,
Object value,
SoftDoublyIndexedTable.Entry next)
Creates a new entry
|
Modifier and Type | Method and Description |
---|---|
boolean |
match(Object o1,
Object o2)
Whether this entry match the given keys.
|
get
clear, clone, enqueue, isEnqueued
public int hash
public Object key1
public Object key2
public SoftDoublyIndexedTable.Entry next
public Entry(int hash, Object key1, Object key2, Object value, SoftDoublyIndexedTable.Entry next)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.