org.ontobox.fast.util.map
Class MapIntBooleanList
java.lang.Object
org.ontobox.fast.util.map.MapIntBooleanList
public class MapIntBooleanList
- extends java.lang.Object
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapIntBooleanList
public MapIntBooleanList()
MapIntBooleanList
public MapIntBooleanList(int size)
add
public final int add(int key,
boolean value)
add
public final int add(int key,
int index,
boolean value)
get
public final BooleanList get(int key)
keys
public final int[] keys()
removeKey
public final void removeKey(int key)
removeValues
public final void removeValues(int key,
boolean value)
isEmpty
public boolean isEmpty()