| Class and Description |
|---|
| IFilter
A generic filter interface for simple object selection.
|
| Class and Description |
|---|
| FilterChainAND |
| FilterChainOR |
| FilterFalse
A filter implementation that always returns
false. |
| FilterNotNull
A filter implementation where all non-
null values match. |
| FilterNull
A filter implementation where all
null values match. |
| FilterTrue
A filter implementation that always returns
true. |
| IFilter
A generic filter interface for simple object selection.
|
| IFilterWithParameter
A generic filter interface for simple object selection based on a parameter.
|
| ISerializableFilter
An extension to
IFilter so that implementing classes are also
Serializable. |
| SerializableFilterChainAND
An implementation of
ISerializableFilter that chains multiple
instances of ISerializableFilter with an AND operator. |
| SerializableFilterChainOR
An implementation of
ISerializableFilter that chains multiple
instances of ISerializableFilter with an OR operator. |
| Class and Description |
|---|
| IFilter
A generic filter interface for simple object selection.
|
| Class and Description |
|---|
| IFilter
A generic filter interface for simple object selection.
|
| Class and Description |
|---|
| IFilter
A generic filter interface for simple object selection.
|
| Class and Description |
|---|
| IFilter
A generic filter interface for simple object selection.
|
| ISerializableFilter
An extension to
IFilter so that implementing classes are also
Serializable. |
Copyright © 2006–2015 phloc systems. All rights reserved.