Package com.semedy.reasoner.symboltable
Interface SymbolTableIterator
- All Superinterfaces:
AutoCloseable
,Iterator<Object>
Iterator for symbol tables.
- Author:
- Juergen Baier
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
hasNext
boolean hasNext()checks for next elementtrue
if there is a valid next element,false
otherwise. -
next
Object next()returns the next element -
getCode
long getCode()- Returns:
- the code of the current element
-
remove
void remove() -
close
void close()Closes this iterator.- Specified by:
close
in interfaceAutoCloseable
-