Interface AddAtPositionContract<E,L extends List<E>>

Type Parameters:
E - The element type for the list
L - The type of the list
All Superinterfaces:
CollectionContractConfig, CollectionContractSupport<E,L>, CollectionProviderSupport<E,L>, ContractSupport<L>, ElementProviderSupport<E>, ProviderSupport<L>, SupportedMethods
All Known Subinterfaces:
ListContract<E,L>

public interface AddAtPositionContract<E,L extends List<E>> extends CollectionContractSupport<E,L>
Contract for testing the add method in the List interface.
Since:
1.0
Author:
evanbergstrom
See Also: