Package org.djutils.immutablecollections
Class TestImmutableEntry.MyEntry<K,V>
java.lang.Object
org.djutils.immutablecollections.TestImmutableEntry.MyEntry<K,V>
- Type Parameters:
K
- type of the keyV
- type of the value
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
- TestImmutableEntry
Simple implementation of Entry interface.
-
Constructor Details
-
MyEntry
Construct a new MyEntry object.- Parameters:
key
- K; key of the entryvalue
- V; value of the entry
-
-
Method Details