Interface CollectionOperations<V,C extends Collection<V>>

Type Parameters:
V - the collection element type
C - the collection type
All Superinterfaces:
Operations<C>
All Known Implementing Classes:
SetOperations

public interface CollectionOperations<V,C extends Collection<V>> extends Operations<C>
Author:
Paul Ferraro