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 TypeMethodDescriptionReturns an immutable set that contains the provided elements.ChampSet.empty()Returns an empty set instance that has the specified element type.ChampSet.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.ChampSet.of()Returns an empty immutable set.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.