Uses of Class
io.vertigo.core.lang.ListBuilder
Packages that use ListBuilder
-
Uses of ListBuilder in io.vertigo.core.lang
Methods in io.vertigo.core.lang that return ListBuilderModifier and TypeMethodDescriptionAdds a required element to the list.ListBuilder.addAll(Collection<? extends X> values) Adds all elements from a collection.ListBuilder.sort(Comparator<? super X> comparator) Sets list sorting comparator.ListBuilder.unmodifiable()Makes the resulting list unmodifiable.