org.axiondb.util
Class IntHashMap.IntKeySet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by org.axiondb.util.IntHashMap.IntKeySet
All Implemented Interfaces:
Iterable, 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()
Specified by:
clear in interface Collection
Specified by:
clear in interface Set
Overrides:
clear in class AbstractCollection

contains

public boolean contains(int k)

intIterator

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

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in interface Set
Specified by:
iterator in class AbstractCollection

remove

public boolean remove(int k)

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in interface Set
Specified by:
size in class AbstractCollection