org.axiondb.util
Class IntHashMap.IntKeySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.axiondb.util.IntHashMap.IntKeySet
All Implemented Interfaces:
Collection, Set
Enclosing class:
IntHashMap

public class IntHashMap.IntKeySet
extends AbstractSet


Constructor Summary
IntHashMap.IntKeySet()
           
 
Method Summary
 void clear()
           
 boolean contains(int k)
           
 org.apache.commons.collections.primitives.IntIterator intIterator()
           
 Iterator iterator()
           
 boolean remove(int k)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

IntHashMap.IntKeySet

public IntHashMap.IntKeySet()
Method Detail

clear

public void clear()

contains

public boolean contains(int k)

intIterator

public org.apache.commons.collections.primitives.IntIterator intIterator()

iterator

public Iterator iterator()

remove

public boolean remove(int k)

size

public int size()