Uses of Interface
org.midheaven.collections.DistinctAssortment
Packages that use DistinctAssortment
-
Uses of DistinctAssortment in org.midheaven.collections
Subinterfaces of DistinctAssortment in org.midheaven.collectionsModifier and TypeInterfaceDescriptioninterfaceDefines the contract for resizableDistinctAssortmentMethods in org.midheaven.collections that return DistinctAssortmentModifier and TypeMethodDescriptiondefault <R> DistinctAssortment<R> Performs cast.<U> DistinctAssortment<U> DistinctAssortmentBuilder.empty()Returns an empty instance.default DistinctAssortment<T> Performs filter.<T> DistinctAssortment<T> Creates an instance from the provided source.Association.keys()Returns keys.default <R> DistinctAssortment<R> Performs map.<U> DistinctAssortment<U> DistinctAssortmentBuilder.of(U singleValue) Creates an instance from the provided value.final <U> DistinctAssortment<U> DistinctAssortmentBuilder.of(U[] values) Creates an instance from the provided value.<U> DistinctAssortment<U> DistinctAssortmentBuilder.of(U a, U b, U... others) Creates an instance from the provided value.default <R> DistinctAssortment<R> Returns of Type.default DistinctAssortment<T> DistinctAssortment.sorted(Comparator<T> comparator) Performs sorted.default DistinctAssortment<T> Enumerable.toDistinctAssortment()Returns to Distinct Assortment.