Uses of Class
org.apache.uima.util.IntEntry
Packages that use IntEntry
Package
Description
JCAS model for built-in CAS types
-
Uses of IntEntry in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement interfaces with type arguments of type IntEntryModifier and TypeClassDescriptionclassInt2ObjHashMap<T, E extends T>A map<int, T> based on JCasHashMap, but without the multi-threading support This impl is for use in a single thread case only Supports shrinking (reallocating the big table) Implements Map - like interface: keys are non-0 ints - 0 is reserved for the empty key slot - Integer.MIN_VALUE is reserved for removed slot values can be anything, but null is the value returned by get if not found so values probably should not be null remove supported by replacing the value slot with null, and replacing the key slot with a "removed" token.Methods in org.apache.uima.internal.util that return types with arguments of type IntEntry -
Uses of IntEntry in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return types with arguments of type IntEntry