Uses of Class
org.apache.uima.internal.util.Common_hash_support

Packages that use Common_hash_support
Package
Description
 
  • Uses of Common_hash_support in org.apache.uima.internal.util

    Modifier and Type
    Class
    Description
    class 
    Int2ObjHashMap<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.
    class 
    A set of non-zero ints.
    class 
    A Map from non-null Objects of type T to ints int value 0 reserved to mean object is not in the table.
    class 
    A set of Objects of type T This impl is for use in a single thread case only, when table is being updated.
    Constructors in org.apache.uima.internal.util with parameters of type Common_hash_support
    Modifier
    Constructor
    Description