Class StandardShortObjectMap<V>
java.lang.Object
com.gigaspaces.internal.collections.standard.StandardShortObjectMap<V>
- All Implemented Interfaces:
ShortObjectMap<V>
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardShortObjectMap
public StandardShortObjectMap() -
StandardShortObjectMap
public StandardShortObjectMap(int initialCapacity)
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceShortObjectMap<V>
-
size
public int size()- Specified by:
sizein interfaceShortObjectMap<V>
-
containsKey
public boolean containsKey(short key) - Specified by:
containsKeyin interfaceShortObjectMap<V>
-
get
- Specified by:
getin interfaceShortObjectMap<V>
-
put
- Specified by:
putin interfaceShortObjectMap<V>
-
keys
public short[] keys()- Specified by:
keysin interfaceShortObjectMap<V>
-
iterator
- Specified by:
iteratorin interfaceShortObjectMap<V>
-