private static class Properties.Entry extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
hash |
(package private) String |
key |
(package private) Properties.Entry |
next |
(package private) Object |
value |
Modifier | Constructor and Description |
---|---|
protected |
Entry(int hash,
String key,
Object value,
Properties.Entry next) |
int hash
String key
Object value
Properties.Entry next
protected Entry(int hash, String key, Object value, Properties.Entry next)
Copyright © 2019 ScalAgent D.T.. All rights reserved.