Uses of Interface
org.violetlib.collections.SetBuilder
-
-
Uses of SetBuilder in org.violetlib.collections
Methods in org.violetlib.collections that return SetBuilder Modifier and Type Method and Description static <V> SetBuilder<V>
ISet. builder()
Create a builder for a set.static <V> SetBuilder<V>
ISet. builder(Option option)
Create a builder for a set whose iteration order is defined by the order in which elements are added to the builder.
-