Uses of Interface
org.violetlib.collections.Builder
-
-
Uses of Builder in org.violetlib.collections
Subinterfaces of Builder in org.violetlib.collections Modifier and Type Interface and Description interface
ListBuilder<V>
An interface for a list builder.interface
SetBuilder<V>
An interface for a set builder.
-