Package org.jboss.logmanager
Class FastCopyHashMap.EntryIterator.WriteThroughEntry
- java.lang.Object
-
- org.jboss.logmanager.FastCopyHashMap.SimpleEntry<K,V>
-
- org.jboss.logmanager.FastCopyHashMap.EntryIterator.WriteThroughEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- FastCopyHashMap.EntryIterator
private class FastCopyHashMap.EntryIterator.WriteThroughEntry extends FastCopyHashMap.SimpleEntry<K,V>
-
-
Constructor Summary
Constructors Constructor Description WriteThroughEntry(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
setValue(V value)
-