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

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

public class StdIntByteMap
extends java.lang.Object
implements IntByteMap

Author:
Anton Malykh

Constructor Summary
StdIntByteMap(int size)
           
 
Method Summary
 boolean containsKey(int key)
           
 java.lang.Byte get(int key)
           
 int[] keys()
           
 void put(int key, byte 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

StdIntByteMap

public StdIntByteMap(int size)
Method Detail

removeKey

public final void removeKey(int key)
Specified by:
removeKey in interface IntByteMap

get

public final java.lang.Byte get(int key)
Specified by:
get in interface IntByteMap

put

public final void put(int key,
                      byte value)
Specified by:
put in interface IntByteMap

containsKey

public final boolean containsKey(int key)

keys

public final int[] keys()