org.hsqldb.store
Class BaseHashMap.BaseHashIterator

java.lang.Object
  extended byorg.hsqldb.store.BaseHashMap.BaseHashIterator
All Implemented Interfaces:
Iterator
Enclosing class:
BaseHashMap

protected class BaseHashMap.BaseHashIterator
extends Object
implements Iterator


Constructor Summary
BaseHashMap.BaseHashIterator(boolean keys)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 int nextInt()
           
 long nextLong()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseHashMap.BaseHashIterator

public BaseHashMap.BaseHashIterator(boolean keys)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator
Throws:
NoSuchElementException

nextInt

public int nextInt()
            throws NoSuchElementException
Specified by:
nextInt in interface Iterator
Throws:
NoSuchElementException

nextLong

public long nextLong()
              throws NoSuchElementException
Specified by:
nextLong in interface Iterator
Throws:
NoSuchElementException

remove

public void remove()
            throws NoSuchElementException
Specified by:
remove in interface Iterator
Throws:
NoSuchElementException


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.