Interface Operations<T>

  • Type Parameters:
    T - the operable object type
    All Known Subinterfaces:
    CollectionOperations<V,​C>
    All Known Implementing Classes:
    MapOperations, SetOperations

    public interface Operations<T>
    Defines operations for creating and copying an operable object.
    Author:
    Paul Ferraro