Uses of Interface
org.javimmutable.collections.IDequeBuilder
Packages that use IDequeBuilder
-
Uses of IDequeBuilder in org.javimmutable.collections
Methods in org.javimmutable.collections that return IDequeBuilderModifier and TypeMethodDescriptionAdds the specified value to the values included in the collection when build() is called.default IDequeBuilder
<T> Adds all values in the Collection to the values included in the collection when build() is called.default IDequeBuilder
<T> Adds all values in the Iterator to the values included in the collection when build() is called.default <K extends T>
IDequeBuilder<T> IDequeBuilder.addAll
(K... source) Adds all values in the array to the values included in the collection when build() is called.default IDequeBuilder
<T> Adds all values in the Indexed to the values included in the collection when build() is called.default IDequeBuilder
<T> Adds all values in the specified range of Indexed to the values included in the collection when build() is called.static <T> IDequeBuilder
<T> IDeques.builder()
Produces a Builder for efficiently constructing an IDeque.IDequeBuilder.clear()
Deletes all values. -
Uses of IDequeBuilder in org.javimmutable.collections.deque
Classes in org.javimmutable.collections.deque that implement IDequeBuilderMethods in org.javimmutable.collections.deque that return IDequeBuilder