Uses of Interface
org.javimmutable.collections.IListBuilder
Package
Description
-
Uses of IListBuilder in org.javimmutable.collections
Modifier and TypeMethodDescriptionAdds the specified value to the values included in the collection when build() is called.default IListBuilder
<T> Adds all values in the Collection to the values included in the collection when build() is called.default IListBuilder
<T> Adds all values in the Iterator to the values included in the collection when build() is called.default <K extends T>
IListBuilder<T> IListBuilder.addAll
(K... source) Adds all values in the array to the values included in the collection when build() is called.default IListBuilder
<T> Adds all values in the Indexed to the values included in the collection when build() is called.default IListBuilder
<T> Adds all values in the specified range of Indexed to the values included in the collection when build() is called.static <T> IListBuilder
<T> ILists.builder()
Produces a Builder for efficiently constructing a IList built atop a balanced binary tree.IListBuilder.clear()
Deletes all values. -
Uses of IListBuilder in org.javimmutable.collections.list
-
Uses of IListBuilder in org.javimmutable.collections.serialization
Modifier and TypeFieldDescriptionprotected final java.util.function.Supplier
<IListBuilder> AbstractListProxy.builderFactory