Holger's
Java API

com.antelmann.util
Class SimpleEntry.Editable<K,V>

java.lang.Object
  extended by com.antelmann.util.SimpleEntry<K,V>
      extended by com.antelmann.util.SimpleEntry.Editable<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>
Enclosing class:
SimpleEntry<K,V>

public static class SimpleEntry.Editable<K,V>
extends SimpleEntry<K,V>

makes setKey(Object) public

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.antelmann.util.SimpleEntry
SimpleEntry.Editable<K,V>, SimpleEntry.Immutable<K,V>
 
Constructor Summary
SimpleEntry.Editable(K key, V value)
           
 
Method Summary
 void setKey(K key)
           
 
Methods inherited from class com.antelmann.util.SimpleEntry
equals, getKey, getKeySorter, getValue, getValueSorter, hashCode, setValue, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleEntry.Editable

public SimpleEntry.Editable(K key,
                            V value)
Method Detail

setKey

public void setKey(K key)
Overrides:
setKey in class SimpleEntry<K,V>


(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads