Class ColumnDef.NullIterator<A,B>
- java.lang.Object
-
- net.sf.basedb.clients.web.taglib.table.ColumnDef.NullIterator<A,B>
-
- All Implemented Interfaces:
Iterator<ListColumnAction<A,B>>
- Enclosing class:
- ColumnDef
static class ColumnDef.NullIterator<A,B> extends Object implements Iterator<ListColumnAction<A,B>>
Iterator implementation that returns a single null value and nothing more.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
hasNext
-
Constructor Summary
Constructors Constructor Description NullIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ListColumnAction<A,B>
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-