E
public class Filterator<E> extends Object implements Iterator<E>
Apologies for the dorky name.
Util.cast(java.util.List, Class)
Util.cast(Iterator, Class)
Filterator(Iterator<?> iterator, Class<E> includeFilter)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Filterator(Iterator<?> iterator, Class<E> includeFilter)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.