Package fr.dyade.aaa.common.stream
Class Properties.Entry
- java.lang.Object
-
- fr.dyade.aaa.common.stream.Properties.Entry
-
- Enclosing class:
- Properties
private static class Properties.Entry extends Object
Properties collision list.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntry(int hash, String key, Object value, Properties.Entry next)
-
-
-
Field Detail
-
hash
int hash
-
key
String key
-
value
Object value
-
next
Properties.Entry next
-
-
Constructor Detail
-
Entry
protected Entry(int hash, String key, Object value, Properties.Entry next)
-
-