|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractCollectionCondition | A base class for all collection conditions. |
| AbstractCollectionElementCondition | A base class for all collection conditions that perform checks on the collection elements. |
| AllCollectionCondition | An AbstractCollectionCondition implementation that checks whether all elements in a collection or array
adhere to a specific condition. |
| AtLeastCollectionCondition | An AbstractCollectionCondition implementation that checks whether at least X elements in a collection
or array adhere to a specific condition. |
| IsEmptyCollectionCondition | An AbstractCollectionCondition that checks whether the checked collection or array is empty. |
| MaxSizeCollectionCondition | An AbstractCollectionCondition implementation that checks whether the given collection or array
is longer then a specific maximum size. |
| MinSizeCollectionCondition | An AbstractCollectionCondition implementation that checks whether the given collection or array
is longer then a specific minimum size. |
| NoneCollectionCondition | An AbstractCollectionCondition implementation that checks whether none of the elements in a collection
or array adhere to a specific condition. |
| SizeRangeCollectionCondition | An AbstractCollectionCondition that checks that the size/length of the the checked collection/array is
with in a specific bounds. |
| SomeCollectionCondition | An AbstractCollectionCondition implementation that checks whether some of the elements in a collection
or array adhere to a specific condition. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||