org.axiondb.engine.rowcollection

Class IntHashMap.Keys

private class IntHashMap.Keys extends Object implements IntCollection

Method Summary
booleanadd(int id)
booleanaddAll(IntCollection c)
voidclear()
booleancontains(int id)
booleancontainsAll(IntCollection c)
booleanisEmpty()
IntIteratoriterator()
booleanremove(int id)
booleanremoveAll(IntCollection c)
booleanremoveElement(int element)
booleanretainAll(IntCollection c)
intsize()
int[]toArray()
int[]toArray(int[] a)

Method Detail

add

public boolean add(int id)

addAll

public boolean addAll(IntCollection c)

clear

public void clear()

contains

public boolean contains(int id)

containsAll

public boolean containsAll(IntCollection c)

isEmpty

public boolean isEmpty()

iterator

public IntIterator iterator()

remove

public boolean remove(int id)

removeAll

public boolean removeAll(IntCollection c)

removeElement

public boolean removeElement(int element)

retainAll

public boolean retainAll(IntCollection c)

size

public int size()

toArray

public int[] toArray()

toArray

public int[] toArray(int[] a)