Uses of Class
org.apache.sis.internal.util.UnmodifiableArrayList
Packages that use UnmodifiableArrayList
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of UnmodifiableArrayList in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return UnmodifiableArrayListModifier and TypeMethodDescriptionUnmodifiableArrayList.subList(int lower, int upper) Returns a view of the portion of this list between the specifiedlower, inclusive, andupper, exclusive.static <E> UnmodifiableArrayList<E> UnmodifiableArrayList.wrap(E[] array) Creates a new instance wrapping the given array.static <E> UnmodifiableArrayList<E> UnmodifiableArrayList.wrap(E[] array, int lower, int upper) Creates a new instance wrapping a subregion of the given array.