Uses of Class
org.apache.sis.internal.util.UnmodifiableArrayList
Packages that use UnmodifiableArrayList
Package
Description
A set of helper classes for the SIS implementation.
Descriptions and values of parameters used by a coordinate operation or a process.
Implementations of GeoAPI types from the
org.opengis.util package.-
Uses of UnmodifiableArrayList in org.apache.sis.internal.util
Subclasses of UnmodifiableArrayList in org.apache.sis.internal.utilModifier and TypeClassDescriptionprivate static final classA view over a portion ofUnmodifiableArrayList.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. -
Uses of UnmodifiableArrayList in org.apache.sis.parameter
Subclasses of UnmodifiableArrayList in org.apache.sis.parameterModifier and TypeClassDescriptionprivate static final classTheDefaultParameterDescriptorGroup.descriptorsas an unmodifiable list. -
Uses of UnmodifiableArrayList in org.apache.sis.util.iso
Fields in org.apache.sis.util.iso declared as UnmodifiableArrayListModifier and TypeFieldDescriptionprivate final UnmodifiableArrayList<? extends org.opengis.util.LocalName>DefaultScopedName.parsedNamesThe immutable list of parsed names.Methods in org.apache.sis.util.iso with parameters of type UnmodifiableArrayListModifier and TypeMethodDescription(package private) static AbstractNameDefaultScopedName.create(UnmodifiableArrayList<? extends DefaultLocalName> names) Creates a new scoped names from the given list of local names.Constructors in org.apache.sis.util.iso with parameters of type UnmodifiableArrayListModifierConstructorDescriptionprivateDefaultScopedName(UnmodifiableArrayList<? extends org.opengis.util.LocalName> names) Creates a new scoped names from the given list of local names.