Class TroveObjectShortMap<K>
java.lang.Object
com.gigaspaces.internal.collections.trove.TroveObjectShortMap<K>
- All Implemented Interfaces:
ObjectShortMap<K>
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(K key) shortvoidvoidserialize(ObjectOutput out)
-
Constructor Details
-
TroveObjectShortMap
public TroveObjectShortMap() -
TroveObjectShortMap
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceObjectShortMap<K>
-
get
- Specified by:
getin interfaceObjectShortMap<K>
-
put
- Specified by:
putin interfaceObjectShortMap<K>
-
serialize
- Specified by:
serializein interfaceObjectShortMap<K>- Throws:
IOException
-