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