- All Implemented Interfaces:
Map.Entry
- Enclosing class:
- BTreeMap<K,V>
BTreeMap entry implementation
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapEntry
Entry constructor
- Parameters:
key
- the key
value
- the value
-