Uses of Class
com.tangosol.util.filter.ArrayFilter

Packages that use ArrayFilter
Package
Description
Contains concrete Filter implementations and related interfaces.
  • Uses of ArrayFilter in com.tangosol.util.filter

    Modifier and Type
    Class
    Description
    class 
    Filter which returns the logical "and" of a filter array.
    class 
    Filter which returns the logical "and" of two other filters.
    class 
    Filter which returns the logical "or" of a filter array.
    class 
    BetweenFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Between" condition.
    class 
    Filter which returns the logical "or" of two other filters.
    class 
    Filter which returns the logical exclusive or ("xor") of two other filters.