protected static class StringMap.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
hash
The hash code
|
java.lang.String |
key
The key
|
StringMap.Entry |
next
The next entry
|
java.lang.Object |
value
The value
|
| Constructor and Description |
|---|
Entry(int hash,
java.lang.String key,
java.lang.Object value,
StringMap.Entry next)
Creates a new entry
|
public int hash
public java.lang.String key
public java.lang.Object value
public StringMap.Entry next
public Entry(int hash,
java.lang.String key,
java.lang.Object value,
StringMap.Entry next)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.