opennlp.grok.util
Class CatHashSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--opennlp.grok.util.CatHashSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class CatHashSet
extends java.util.HashSet

A set that contains categories.

Version:
$Revision: 1.5 $, $Date: 2002/06/05 18:49:30 $
Author:
Jason Baldridge
See Also:
Serialized Form

Constructor Summary
CatHashSet()
           
CatHashSet(CatHashSet csh)
           
CatHashSet(java.util.List l)
           
 
Method Summary
 void addAll(CatHashSet chs)
           
 void addCategory(opennlp.common.synsem.Category c)
           
 java.lang.String toString()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

CatHashSet

public CatHashSet()

CatHashSet

public CatHashSet(CatHashSet csh)

CatHashSet

public CatHashSet(java.util.List l)
Method Detail

addCategory

public void addCategory(opennlp.common.synsem.Category c)

addAll

public void addAll(CatHashSet chs)

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractCollection


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.