Interface CollectionOperations<V, C extends Collection<V>>
- Type Parameters:
V- the collection element typeC- the collection type
- All Superinterfaces:
Operations<C>
- All Known Implementing Classes:
SetOperations
Defines operations for creating and copying an operable collection.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface Operations
getCopier, getFactory
-
Method Details
-
isEmpty
Description copied from interface:OperationsReturns the predicate used to determine if the operable object is empty.- Specified by:
isEmptyin interfaceOperations<V>- Returns:
- the predicate used to determine if the operable object is empty.
-