Uses of Class
org.jhotdraw8.icollection.ChampSet
Packages that use ChampSet
-
Uses of ChampSet in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return ChampSetModifier and TypeMethodDescriptionstatic <E> ChampSet<E> Returns an immutable set that contains the provided elements.<T> ChampSet<T> ChampSet.empty()Returns an empty set instance that has the specified element type.ChampSet.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <E> ChampSet<E> ChampSet.of()Returns an empty immutable set.static <E> ChampSet<E> ChampSet.of(E @Nullable ... elements) Returns an immutable set that contains the provided elements.static <T> ChampSet<T> ChampSet.ofIterator(Iterator<T> iterator) MutableChampSet.toImmutable()Returns an immutable copy of this set.