Uses of Class
cloud.opencode.base.core.collect.OpenCollections.ListBuilder
Packages that use OpenCollections.ListBuilder
Package
Description
Collection utilities and enhanced collection types.
-
Uses of OpenCollections.ListBuilder in cloud.opencode.base.core.collect
Methods in cloud.opencode.base.core.collect that return OpenCollections.ListBuilderModifier and TypeMethodDescriptionAdds an element to this builder.Adds all elements from the iterable to this builder.static <T> OpenCollections.ListBuilder<T> OpenCollections.listBuilder()Creates a newOpenCollections.ListBuilderwith default initial capacity.static <T> OpenCollections.ListBuilder<T> OpenCollections.listBuilder(int expectedSize) Creates a newOpenCollections.ListBuilderwith the specified expected size.