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 |
Properties.Entry(int hash,
String key,
Object value,
Properties.Entry next) |
int hash
String key
Object value
Properties.Entry next
protected Properties.Entry(int hash, String key, Object value, Properties.Entry next)
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.