- All Implemented Interfaces:
Map.Entry<K,V>
- Enclosing class:
- LogManager
private static final class LogManager.ReadOnlyMapEntry<K,V>
extends Object
implements Map.Entry<K,V>
-
-
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
-
ReadOnlyMapEntry
private ReadOnlyMapEntry(K key,
V value)
-