T
public class Every<T> extends Object implements Predicate<Iterator<T>>
Every(Predicate<T> predicate)
boolean
accept(Iterator<T> iterator)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Every(Predicate<T> predicate)
public boolean accept(Iterator<T> iterator)
Predicate
accept
Predicate<Iterator<T>>
iterator
Copyright © 2013. All Rights Reserved.