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