Package stresstests.interfaces

Interface Summary
ISame<T> An interface to represent a method that compares two objects for user-defined equality.
ISelect<T> An interface to represent a predicate method.
Traversal<T> An interface that defines a functional iterator for traversing datasets
 

Class Summary
Utilities A class to implement some utility methods
 

Exception Summary
IllegalUseOfTraversalException Exception to be raised on an attempt to advance a traversal over an empty collection or to produce the first element of an empty collection.