public class TroveCollectionsFactory extends CollectionsFactory
Constructor and Description |
---|
TroveCollectionsFactory() |
Modifier and Type | Method and Description |
---|---|
IntegerList |
createIntegerList() |
<V> IntegerObjectMap<V> |
createIntegerObjectMap() |
IntegerSet |
createIntegerSet() |
IntegerSet |
createIntegerSet(int initialCapacity) |
<V> LongObjectMap<V> |
createLongObjectMap() |
<K,V> Map<K,V> |
createMap() |
<K,V> Map<K,V> |
createMap(int initialCapacity) |
<K,V> Map<K,V> |
createMap(int initialCapacity,
float loadFactor) |
<K,V> Map<K,V> |
createMap(Map<K,V> map) |
<K> ObjectIntegerMap<K> |
createObjectIntegerMap() |
<K> ObjectLongMap<K> |
createObjectLongMap() |
<K> ObjectShortMap<K> |
createObjectShortMap() |
ShortList |
createShortList() |
ShortLongMap |
createShortLongMap() |
ShortObjectMap |
createShortObjectMap() |
<V> ShortObjectMap<V> |
createShortObjectMap(int initialCapacity) |
protected <K> ObjectShortMap<K> |
deserializeObjectShortMap(Object map) |
protected ShortLongMap |
deserializeShortLongMap(Object map) |
<K,V> boolean |
forEachEntry(Map<K,V> map,
MapProcedure<K,V> procedure) |
deserializeObjectShortMap, deserializeShortLongMap, getInstance
public <K,V> Map<K,V> createMap()
createMap
in class CollectionsFactory
public <K,V> Map<K,V> createMap(int initialCapacity)
createMap
in class CollectionsFactory
public <K,V> Map<K,V> createMap(int initialCapacity, float loadFactor)
createMap
in class CollectionsFactory
public <K,V> Map<K,V> createMap(Map<K,V> map)
createMap
in class CollectionsFactory
public <K,V> boolean forEachEntry(Map<K,V> map, MapProcedure<K,V> procedure)
forEachEntry
in class CollectionsFactory
public ShortList createShortList()
createShortList
in class CollectionsFactory
public IntegerList createIntegerList()
createIntegerList
in class CollectionsFactory
public IntegerSet createIntegerSet()
createIntegerSet
in class CollectionsFactory
public IntegerSet createIntegerSet(int initialCapacity)
createIntegerSet
in class CollectionsFactory
public ShortLongMap createShortLongMap()
createShortLongMap
in class CollectionsFactory
protected ShortLongMap deserializeShortLongMap(Object map)
deserializeShortLongMap
in class CollectionsFactory
public ShortObjectMap createShortObjectMap()
createShortObjectMap
in class CollectionsFactory
public <V> ShortObjectMap<V> createShortObjectMap(int initialCapacity)
createShortObjectMap
in class CollectionsFactory
public <K> ObjectShortMap<K> createObjectShortMap()
createObjectShortMap
in class CollectionsFactory
public <V> LongObjectMap<V> createLongObjectMap()
createLongObjectMap
in class CollectionsFactory
public <K> ObjectLongMap<K> createObjectLongMap()
createObjectLongMap
in class CollectionsFactory
protected <K> ObjectShortMap<K> deserializeObjectShortMap(Object map)
deserializeObjectShortMap
in class CollectionsFactory
public <V> IntegerObjectMap<V> createIntegerObjectMap()
createIntegerObjectMap
in class CollectionsFactory
public <K> ObjectIntegerMap<K> createObjectIntegerMap()
createObjectIntegerMap
in class CollectionsFactory
Copyright © GigaSpaces.