Modifier and Type | Field and Description |
---|---|
int |
hash
The hash code
|
String |
key
The key
|
StringMap.Entry |
next
The next entry
|
Object |
value
The value
|
Constructor and Description |
---|
Entry(int hash,
String key,
Object value,
StringMap.Entry next)
Creates a new entry
|
public int hash
public String key
public Object value
public StringMap.Entry next
public Entry(int hash, String key, Object value, StringMap.Entry next)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.