Uses of Interface
org.midheaven.collections.AssociatedEnumerable
Packages that use AssociatedEnumerable
-
Uses of AssociatedEnumerable in org.midheaven.collections
Methods in org.midheaven.collections that return AssociatedEnumerableModifier and TypeMethodDescriptiondefault <K> AssociatedEnumerable<K, T> Returns associate.default <K,V> AssociatedEnumerable <K, V> Creates an association that groups element in thisEnumerableaccording to a given key and value selectors.default <K> AssociatedEnumerable<K, Enumerable<T>> Creates an association that groups element in thisEnumerableaccording to a given group selector.default <Q,W> AssociatedEnumerable <Q, W> AssociatedEnumerable.mapEntries(Function<Association.Entry<K, V>, Association.Entry<Q, W>> mapper) MapsAssociation.Entryto newAssociation.Entrydefault <Q> AssociatedEnumerable<Q, V> Maps existing keys to new keys , keeping the same valuesdefault <W> AssociatedEnumerable<K, W> Maps existing keys to new values , keeping the same keys