java.io.Serializableprotected static class IntTable.Entry
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
int |
hash |
The hash code.
|
java.lang.Object |
key |
The key.
|
IntTable.Entry |
next |
The next entry
|
int |
value |
The value.
|
| Constructor | Description |
|---|---|
Entry(int hash,
java.lang.Object key,
int value,
IntTable.Entry next) |
Creates a new Entry object.
|
public int hash
public java.lang.Object key
public int value
public IntTable.Entry next
public Entry(int hash,
java.lang.Object key,
int value,
IntTable.Entry next)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.