protected static class IntTable.Entry
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
int | 
hash
The hash code. 
 | 
java.lang.Object | 
key
The key. 
 | 
IntTable.Entry | 
next
The next entry 
 | 
int | 
value
The value. 
 | 
| Constructor and 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 © 2022 Apache Software Foundation. All Rights Reserved.