Uses of Interface
org.javimmutable.collections.IListBuilder
Packages that use IListBuilder
Package
Description
-
Uses of IListBuilder in org.javimmutable.collections
Methods in org.javimmutable.collections that return IListBuilderModifier 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
Classes in org.javimmutable.collections.list that implement IListBuilder -
Uses of IListBuilder in org.javimmutable.collections.serialization
Fields in org.javimmutable.collections.serialization with type parameters of type IListBuilderModifier and TypeFieldDescriptionprotected final java.util.function.Supplier
<IListBuilder> AbstractListProxy.builderFactory