Interface IMapEntry<K,V>

All Known Implementing Classes:
ArraySingleValueMapNode, MapEntry

@Immutable public interface IMapEntry<K,V>
An immutable entry in the map. Contains the key and value for that entry. key must not be null but value can be null.