public abstract class MapIterator<F,T> extends Object implements Iterator<T>
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
MapIterator(Iterator<F> iterator)
boolean
hasNext()
abstract T
map(F obj)
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapIterator(Iterator<F> iterator)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public abstract T map(F obj)
Copyright © 2013. All Rights Reserved.