public class NotFilter<T> extends java.lang.Object implements Filter<T>
NotFilter(Filter<T> op)
boolean
accept(T o)
Filter<T>
getOp()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NotFilter(Filter<T> op)
public Filter<T> getOp()
public boolean accept(T o)
accept
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.