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