org.ontobox.fast.util.primitive.impl.trove
Class TroveIntIntMap

java.lang.Object
  extended by org.ontobox.fast.util.primitive.impl.trove.TroveIntIntMap
All Implemented Interfaces:
IntIntMap

public class TroveIntIntMap
extends java.lang.Object
implements IntIntMap

Author:
Anton Malykh

Constructor Summary
TroveIntIntMap(int size)
           
 
Method Summary
 boolean containsKey(int key)
           
 java.lang.Integer get(int key)
           
 int[] keys()
           
 void put(int key, int value)
           
 void removeKey(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TroveIntIntMap

public TroveIntIntMap(int size)
Method Detail

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