goldman.collection.tagged
Class MutableTaggedElement<T,E>

java.lang.Object
  extended by goldman.collection.tagged.TaggedElement<T,E>
      extended by goldman.collection.tagged.MutableTaggedElement<T,E>

public class MutableTaggedElement<T,E>
extends TaggedElement<T,E>

The MutableTaggedElement class is an extension of the TaggedElement class that allows the tag to be modified.


Field Summary
 
Fields inherited from class goldman.collection.tagged.TaggedElement
element, tag
 
Constructor Summary
MutableTaggedElement()
           
 
Method Summary
 TaggedElement<T,E> setTag(T t)
           
 
Methods inherited from class goldman.collection.tagged.TaggedElement
getElement, getTag, hashCode, setElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableTaggedElement

public MutableTaggedElement()
Method Detail

setTag

public TaggedElement<T,E> setTag(T t)