Uses of Interface
org.midheaven.collections.Assortment
Packages that use Assortment
-
Uses of Assortment in org.midheaven.collections
Subinterfaces of Assortment in org.midheaven.collectionsModifier and TypeInterfaceDescriptioninterfaceArray<T>AnEditableSequencethat behaves like an array.interfaceAssociation<K,V> AnAssortmentofAssociation.Entry<K,that allows for retrieval of the values associated with the keys.V> interfaceDefines the contract for andAssortmentwhere elements are distinct byObject.equals(Object).interfaceEditableAssociation<K,V> AnAssociationthat permits changing the values for the present keys, but does not allow to add more keys or change the ones already associated.interfaceDefines the contract for and editableSequence.interfaceResizableAssociation<K,V> Defines and resizableAssociationthat accepts adding a removing entriesinterfaceDefines the contract for resizableDistinctAssortmentinterfaceDefines the contract for resizableSequence.interfaceSequence<T>Defines the contract for Sequence.Methods in org.midheaven.collections that return Assortment