Uses of Interface
org.midheaven.collections.Association.Entry
Packages that use Association.Entry
-
Uses of Association.Entry in org.midheaven.collections
Methods in org.midheaven.collections that return Association.EntryModifier and TypeMethodDescriptionstatic <K,V> Association.Entry <K, V> Association.Entry.entry(K key, V value) Creates aAssociation.Entry<K,from the given key and valueV> static <K,V> Association.Entry <K, V> Creates aAssociation.Entryfrom the givenMap.Entry<Q> Association.Entry<Q, V> Association.Entry.withKey(Q newKey) Creates a newAssociation.Entrywith the same value asthis, but mapped to te given key<W> Association.Entry<K, W> Association.Entry.withValue(W newValue) Methods in org.midheaven.collections that return types with arguments of type Association.EntryModifier and TypeMethodDescriptiondefault Set<Association.Entry<K, V>> Association.toCollection()Returns to Collection.Methods in org.midheaven.collections with parameters of type Association.EntryModifier and TypeMethodDescriptionfinal <K,V> Association <K, V> AssociationBuilder.ofEntries(Association.Entry<K, V>... entries) Returns of Entries.<K,V> ResizableAssociation <K, V> ResizableAssociationBuilder.ofEntries(Association.Entry<K, V>... entries) Returns of Entries.Method parameters in org.midheaven.collections with type arguments of type Association.EntryModifier and TypeMethodDescriptiondefault <Q,W> AssociatedEnumerable <Q, W> AssociatedEnumerable.mapEntries(Function<Association.Entry<K, V>, Association.Entry<Q, W>> mapper) MapsAssociation.Entryto newAssociation.Entrydefault <Q,W> AssociatedEnumerable <Q, W> AssociatedEnumerable.mapEntries(Function<Association.Entry<K, V>, Association.Entry<Q, W>> mapper) MapsAssociation.Entryto newAssociation.Entry