Package | Description |
---|---|
com.gigaspaces.internal.collections.trove | |
com.gigaspaces.internal.gnu.trove |
GNU Trove: High performance collections for Java.
|
Class and Description |
---|
TObjectShortHashMap
An open addressed Map implementation for Object keys and short values.
|
TShortLongHashMap
An open addressed Map implementation for short keys and long values.
|
Class and Description |
---|
THash
Base class for hashtables that use open addressing to resolve collisions.
|
THashMap
An implementation of the Map interface which uses an open addressed hash table to store its
contents.
|
TIntArrayList
A resizable, array-backed list of int primitives.
|
TIntFunction
Interface for functions that accept and return one int primitive.
|
TIntHash
An open addressed hashing implementation for int primitives.
|
TIntHashingStrategy
Interface to support pluggable hashing strategies in maps and sets.
|
TIntIterator
Iterator for int collections.
|
TIntObjectHashMap
An open addressed Map implementation for int keys and Object values.
|
TIntObjectIterator
Iterator for maps of type int and Object.
|
TIntObjectProcedure
Interface for procedures that take two parameters of type int and Object.
|
TIntProcedure
Interface for procedures with one int parameter.
|
TLongFunction
Interface for functions that accept and return one long primitive.
|
TLongHash
An open addressed hashing implementation for long primitives.
|
TLongHashingStrategy
Interface to support pluggable hashing strategies in maps and sets.
|
TLongObjectHashMap
An open addressed Map implementation for long keys and Object values.
|
TLongObjectIterator
Iterator for maps of type long and Object.
|
TLongObjectProcedure
Interface for procedures that take two parameters of type long and Object.
|
TLongProcedure
Interface for procedures with one long parameter.
|
TObjectFunction
Interface for functions that accept and return one Object reference.
|
TObjectHash
An open addressed hashing implementation for Object types.
|
TObjectHashingStrategy
Interface to support pluggable hashing strategies in maps and sets.
|
TObjectIntHashMap
An open addressed Map implementation for Object keys and int values.
|
TObjectIntIterator
Iterator for maps of type Object and int.
|
TObjectIntProcedure
Interface for procedures that take two parameters of type Object and int.
|
TObjectLongHashMap
An open addressed Map implementation for Object keys and long values.
|
TObjectLongIterator
Iterator for maps of type Object and long.
|
TObjectLongProcedure
Interface for procedures that take two parameters of type Object and long.
|
TObjectObjectProcedure
Interface for procedures that take two Object parameters.
|
TObjectProcedure
Interface for procedures with one Object parameter.
|
TObjectShortHashMap
An open addressed Map implementation for Object keys and short values.
|
TObjectShortIterator
Iterator for maps of type Object and short.
|
TObjectShortProcedure
Interface for procedures that take two parameters of type Object and short.
|
TPrimitiveHash
The base class for hashtables of primitive values.
|
TShortArrayList
A resizable, array-backed list of short primitives.
|
TShortFunction
Interface for functions that accept and return one short primitive.
|
TShortHash
An open addressed hashing implementation for short primitives.
|
TShortHashingStrategy
Interface to support pluggable hashing strategies in maps and sets.
|
TShortLongHashMap
An open addressed Map implementation for short keys and long values.
|
TShortLongIterator
Iterator for maps of type short and long.
|
TShortLongProcedure
Interface for procedures that take two parameters of type short and long.
|
TShortObjectHashMap
An open addressed Map implementation for short keys and Object values.
|
TShortObjectIterator
Iterator for maps of type short and Object.
|
TShortObjectProcedure
Interface for procedures that take two parameters of type short and Object.
|
TShortProcedure
Interface for procedures with one short parameter.
|
Copyright © GigaSpaces.