com.hp.hpl.guess.util
Class AnnoHashSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended bycom.hp.hpl.guess.util.AnnoHashSet
All Implemented Interfaces:
Cloneable, Collection, Serializable, Set
Direct Known Subclasses:
SortableHashSet

public class AnnoHashSet
extends HashSet

See Also:
Serialized Form

Field Summary
 String annotation
           
 
Constructor Summary
AnnoHashSet()
           
AnnoHashSet(String annotation)
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Field Detail

annotation

public String annotation
Constructor Detail

AnnoHashSet

public AnnoHashSet()

AnnoHashSet

public AnnoHashSet(String annotation)