Uses of Interface
org.midheaven.collections.ResizableDistinctAssortment
Packages that use ResizableDistinctAssortment
-
Uses of ResizableDistinctAssortment in org.midheaven.collections
Methods in org.midheaven.collections that return ResizableDistinctAssortmentModifier and TypeMethodDescription<T> ResizableDistinctAssortment<T> ResizableDistinctAssortmentBuilder.empty()Returns an empty instance.<T> ResizableDistinctAssortment<T> Creates an instance from the provided source.final <T> ResizableDistinctAssortment<T> ResizableDistinctAssortmentBuilder.of(T... values) Creates an instance from the provided value.