org.richfaces.component
Class DataTableIteratorBase<E>
java.lang.Object
org.richfaces.component.DataTableIteratorBase<E>
- All Implemented Interfaces:
- Iterator<E>
- Direct Known Subclasses:
- SubTableFixedChildrenIterator
public abstract class DataTableIteratorBase<E>
- extends Object
- implements Iterator<E>
- Author:
- Anton Belevich, Nick Belaevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTableIteratorBase
public DataTableIteratorBase()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<E>
next
public E next()
- Specified by:
next
in interface Iterator<E>
remove
public void remove()
- Specified by:
remove
in interface Iterator<E>
nextItem
protected abstract E nextItem()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.