Uses of Class
org.apache.uima.internal.util.ObjHashSet
-
Packages that use ObjHashSet Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of ObjHashSet in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as ObjHashSet Modifier and Type Field Description private ObjHashSet<TOP>FsIndex_bag. index -
Uses of ObjHashSet in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as ObjHashSet Modifier and Type Field Description private ObjHashSet<T>CopyOnWriteObjHashSet. ohsprivate ObjHashSet<T>CopyOnWriteObjHashSet. originalConstructors in org.apache.uima.internal.util with parameters of type ObjHashSet Constructor Description CopyOnWriteObjHashSet(ObjHashSet<T> original)ObjHashSet(ObjHashSet<T> ohs)Copy constructorObjHashSet(ObjHashSet<T> ohs, boolean readOnly)
-