Class AndWindowFilter<T>
java.lang.Object
net.thevpc.nsh.cmd.impl.util.filter.AndWindowFilter<T>
- All Implemented Interfaces:
WindowFilter<T>
- Author:
- vpc
-
Constructor Details
-
AndWindowFilter
-
AndWindowFilter
public AndWindowFilter()
-
-
Method Details
-
and
-
accept
- Specified by:
acceptin interfaceWindowFilter<T>
-
acceptPrevious
- Specified by:
acceptPreviousin interfaceWindowFilter<T>
-
acceptNext
- Specified by:
acceptNextin interfaceWindowFilter<T>
-
copy
- Specified by:
copyin interfaceWindowFilter<T>
-
isEmpty
public boolean isEmpty() -
toString
-
getPreviousWindowSize
public int getPreviousWindowSize()- Specified by:
getPreviousWindowSizein interfaceWindowFilter<T>
-
getNextWindowSize
public int getNextWindowSize()- Specified by:
getNextWindowSizein interfaceWindowFilter<T>
-
prepare
- Specified by:
preparein interfaceWindowFilter<T>
-