T
public class TakeWhile<T> extends Object implements Predicate<T>
TakeWhile(Predicate<T> dropWhile)
boolean
accept(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TakeWhile(Predicate<T> dropWhile)
public boolean accept(T element)
Predicate
accept
Predicate<T>
element
Copyright © 2012. All Rights Reserved.