org.ontobox.fast.util.primitive.impl.pcj
Class PCJIntByteMap

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

public class PCJIntByteMap
extends java.lang.Object
implements IntByteMap

Author:
Anton Malykh

Constructor Summary
PCJIntByteMap(boolean chained, int size)
           
 
Method Summary
 java.lang.Byte get(int key)
           
 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

PCJIntByteMap

public PCJIntByteMap(boolean chained,
                     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