Uses of Class
de.pauleff.builder.ListBuilder
Packages that use ListBuilder
-
Uses of ListBuilder in de.pauleff.builder
Methods in de.pauleff.builder that return ListBuilderModifier and TypeMethodDescriptionAdds a byte element to the list.Adds a double element to the list.Adds a float element to the list.Adds an integer element to the list.Creates a new list within this compound and switches to list-building mode.Begins building a nested list element within this list.Adds a long element to the list.Adds a short element to the list.Adds a string element to the list.CompoundBuilder.endList()Type-safe method to return to a ListBuilder parent.ListBuilder.endList()Type-safe method to return to a ListBuilder parent.static ListBuilderCreates a fluent builder for homogeneous list tags.