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> ChampVectorSet<E> Returns an immutable set that contains the provided elements.<T> ChampVectorSet<T> ChampVectorSet.empty()Returns an empty set instance that has the specified element type.protected ChampVectorSet<E> ChampVectorSet.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <E> ChampVectorSet<E> ChampVectorSet.of()Returns an empty immutable set.static <E> ChampVectorSet<E> ChampVectorSet.of(E @Nullable ... elements) Returns an immutable set that contains the provided elements.ChampVectorSet.removeFirst()ChampVectorSet.removeLast()MutableChampVectorSet.toImmutable()Returns an immutable copy of this set.