Interface ShortObjectMap<V>
- All Known Implementing Classes:
StandardShortObjectMap,TroveShortObjectMap
public interface ShortObjectMap<V>
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Method Summary
-
Method Details
-
isEmpty
boolean isEmpty() -
size
int size() -
containsKey
boolean containsKey(short key) -
get
-
put
-
keys
short[] keys() -
iterator
ShortObjectIterator<V> iterator()
-