org.ontobox.fast.util.primitive.impl.trove
Class TroveIntIntMap
java.lang.Object
org.ontobox.fast.util.primitive.impl.trove.TroveIntIntMap
- All Implemented Interfaces:
- IntIntMap
public class TroveIntIntMap
- extends java.lang.Object
- implements IntIntMap
- Author:
- Anton Malykh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TroveIntIntMap
public TroveIntIntMap(int size)
removeKey
public final void removeKey(int key)
- Specified by:
removeKey in interface IntIntMap
get
public final java.lang.Integer get(int key)
- Specified by:
get in interface IntIntMap
put
public final void put(int key,
int value)
- Specified by:
put in interface IntIntMap
containsKey
public final boolean containsKey(int key)
- Specified by:
containsKey in interface IntIntMap
keys
public final int[] keys()
- Specified by:
keys in interface IntIntMap