Uses of Class
org.jhotdraw8.icollection.ChampVectorSet
Packages that use ChampVectorSet
-
Uses of ChampVectorSet in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return ChampVectorSetModifier and TypeMethodDescriptionstatic <E> @NonNull ChampVectorSet<E> Returns an immutable set that contains the provided elements.<T> @NonNull ChampVectorSet<T> ChampVectorSet.empty()Returns an empty set instance that has the specified element type.protected @NonNull ChampVectorSet<E> ChampVectorSet.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <E> @NonNull ChampVectorSet<E> ChampVectorSet.of()Returns an empty immutable set.static <E> @NonNull ChampVectorSet<E> Returns an immutable set that contains the provided elements.ChampVectorSet.removeFirst()ChampVectorSet.removeLast()MutableChampVectorSet.toImmutable()Returns an immutable copy of this set.