org.hsqldb.lib
Interface Iterator
- All Known Implementing Classes:
- BaseHashMap.BaseHashIterator, WrapperIterator
- public interface Iterator
- Since:
- 1.7.2
- Version:
- 1.7.2
- Author:
- fredt@users
hasNext
public boolean hasNext()
next
public Object next()
throws NoSuchElementException
- Throws:
NoSuchElementException
nextInt
public int nextInt()
throws NoSuchElementException
- Throws:
NoSuchElementException
nextLong
public long nextLong()
throws NoSuchElementException
- Throws:
NoSuchElementException
remove
public void remove()
throws NoSuchElementException
- Throws:
NoSuchElementException
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.