org.ontobox.fast.util.primitive.impl.standard
Class StdIntIntMap

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

public class StdIntIntMap
extends java.lang.Object
implements IntIntMap

Author:
Anton Malykh

Constructor Summary
StdIntIntMap(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

StdIntIntMap

public StdIntIntMap(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