-
Adds all values in the Collection to the values included in the collection when build() is called.
Adds all values in the Iterator to the values included in the collection when build() is called.
IArrayBuilder.add(K... source)
Adds all values in the array to the values included in the collection when build() is called.
Adds all values in the Indexed to the values included in the collection when build() is called.
IArrayBuilder.add(Indexed<? extends T> source,
int offset,
int limit)
Adds all values in the specified range of Indexed to the values included in the collection when build() is called.
IArrayBuilder.add(T value)
Adds the specified value to the values included in the collection when build() is called.
Produces a Builder for efficiently constructing a IArray
built atop a 32-way integer trie.
Removes all objects and resets the builder to it's initial post-build state.
IArrayBuilder.put(int index,
T value)
Adds the specified value to the values included in the collection when build() is called.
Adds all values from the provided Iterator using the entry keys as indexes and the
entry values as values.
Sets the index at which next call to add() will insert the value.
Creates and returns a new Builder object for the same value type as this array.
-
TrieArray.Builder.add(T value)
TrieArray.Builder.clear()
TrieArray.Builder.put(int index,
T value)