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

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

public interface LastIndexOfContract<E,L extends List<E>> extends CollectionContractSupport<E,L>
This interface tests if a list class has implemented the indexOf method correctly.
Since:
1.0
Author:
evanbergstrom
See Also: