org.hsqldb.store
Class BaseHashMap.BaseHashIterator
java.lang.Object
org.hsqldb.store.BaseHashMap.BaseHashIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- BaseHashMap
- protected class BaseHashMap.BaseHashIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseHashMap.BaseHashIterator
public BaseHashMap.BaseHashIterator(boolean keys)
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.