Class StandardShortLongMap
java.lang.Object
com.gigaspaces.internal.collections.standard.StandardShortLongMap
- All Implemented Interfaces:
ShortLongMap
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(short key) longget(short key) iterator()longput(short key, long value) voidserialize(ObjectOutput out)
-
Constructor Details
-
StandardShortLongMap
public StandardShortLongMap() -
StandardShortLongMap
-
-
Method Details
-
containsKey
public boolean containsKey(short key) - Specified by:
containsKeyin interfaceShortLongMap
-
get
public long get(short key) - Specified by:
getin interfaceShortLongMap
-
put
public long put(short key, long value) - Specified by:
putin interfaceShortLongMap
-
serialize
- Specified by:
serializein interfaceShortLongMap- Throws:
IOException
-
iterator
- Specified by:
iteratorin interfaceShortLongMap
-