Package org.jboss.logmanager
Class FastCopyHashMap.SimpleEntry<K,V>
- java.lang.Object
-
- org.jboss.logmanager.FastCopyHashMap.SimpleEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Direct Known Subclasses:
FastCopyHashMap.EntryIterator.WriteThroughEntry
- Enclosing class:
- FastCopyHashMap<K,V>
protected static class FastCopyHashMap.SimpleEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(java.util.Map.Entry<K,V> entry)
SimpleEntry(K key, V value)
-