private static class DefaultImmutableMap.MapEntry<S,T> extends Object implements ImmutableMapEntry<S,T>
Modifier and Type | Field and Description |
---|---|
private S |
key |
private static long |
serialVersionUID |
private T |
value |
Constructor and Description |
---|
DefaultImmutableMap.MapEntry(S key,
T value)
creates a new map entry that contains key and value
|
private static final long serialVersionUID
private final S key
private final T value