Uses of Class
org.jhotdraw8.icollection.ChampAddOnlySet
Packages that use ChampAddOnlySet
-
Uses of ChampAddOnlySet in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return ChampAddOnlySetModifier and TypeMethodDescriptionstatic <E> ChampAddOnlySet<E> ChampAddOnlySet.of()Returns an empty set.static <E> ChampAddOnlySet<E> ChampAddOnlySet.of(E... elements) Returns a set that contains the specified elements.