org.ontobox.fast.util.map
Class MapBooleanIntSet

java.lang.Object
  extended by org.ontobox.fast.util.map.MapBooleanIntSet

public class MapBooleanIntSet
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
MapBooleanIntSet()
           
MapBooleanIntSet(int size)
           
 
Method Summary
 boolean containsKey(boolean key)
           
 IntSet get(boolean key)
           
 java.util.Set<java.lang.Boolean> keySet()
           
 void put(boolean key, int value)
           
 void removeKey(boolean key)
           
 void removeValues(boolean key, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBooleanIntSet

public MapBooleanIntSet()

MapBooleanIntSet

public MapBooleanIntSet(int size)
Method Detail

put

public final void put(boolean key,
                      int value)

get

public final IntSet get(boolean key)

keySet

public final java.util.Set<java.lang.Boolean> keySet()

containsKey

public final boolean containsKey(boolean key)

removeKey

public final void removeKey(boolean key)

removeValues

public final void removeValues(boolean key,
                               int value)