org.ontobox.fast.util.primitive.impl.standard
Class StdIntByteMap
java.lang.Object
org.ontobox.fast.util.primitive.impl.standard.StdIntByteMap
- All Implemented Interfaces:
- IntByteMap
public class StdIntByteMap
- extends java.lang.Object
- implements IntByteMap
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StdIntByteMap
public StdIntByteMap(int size)
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()