Uses of Interface
org.javimmutable.collections.IArray
Package
Description
-
Uses of IArray in org.javimmutable.collections
Modifier and TypeMethodDescriptionstatic <T> IArray
<T> Creates a sparse array containing all of the values from source that supports any integer (positive or negative) as an index.static <T> IArray
<T> Creates a sparse array containing all of the values from source that supports any integer (positive or negative) as an index.static <T> IArray
<T> Creates a sparse array containing all of the values from source that supports any integer (positive or negative) as an index.static <T> IArray
<T> Creates a sparse array containing all of the values in the specified range from source that supports any integer (positive or negative) as an index.Sets the value associated with a specific index.IArrayBuilder.build()
Builds and returns a collection containing all of the added values.IArray.delete
(int index) Deletes the entry for the specified index (if any).IArray.deleteAll()
static <T> IArray
<T> IArrays.of()
Creates an empty sparse array that supports any integer (positive or negative) as an index.static <T> IArray
<T> IArrays.of
(T... source) Creates an empty sparse array that supports any integer (positive or negative) as an index. -
Uses of IArray in org.javimmutable.collections.array
-
Uses of IArray in org.javimmutable.collections.common
-
Uses of IArray in org.javimmutable.collections.serialization