Uses of Interface
org.midheaven.collections.ResizableAssociation
Packages that use ResizableAssociation
-
Uses of ResizableAssociation in org.midheaven.collections
Methods in org.midheaven.collections that return ResizableAssociationModifier and TypeMethodDescription<K,V> ResizableAssociation <K, V> ResizableAssociationBuilder.empty()Returns an empty instance.<K,V> ResizableAssociation <K, V> Creates an instance from the provided source.<K,V> ResizableAssociation <K, V> ResizableAssociationBuilder.from(Association<K, V> association) Creates an instance from the provided source.<K,V> ResizableAssociation <K, V> ResizableAssociationBuilder.ofEntries(Association.Entry<K, V>... entries) Returns of Entries.