Class ImmutableEntry<K,V>

java.lang.Object
java.util.AbstractMap.SimpleImmutableEntry<K,V>
com.landawn.abacus.util.ImmutableEntry<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Immutable, Serializable, Map.Entry<K,V>

@Immutable public final class ImmutableEntry<K,V> extends AbstractMap.SimpleImmutableEntry<K,V> implements Immutable
Since:
0.9
Author:
Haiyang Li
See Also: