Uses of Class
org.apache.sis.internal.util.CheckedArrayList
Packages that use CheckedArrayList
Package
Description
Defines the structure and content of views of real-world phenomenon.
A set of helper classes for the SIS implementation.
-
Uses of CheckedArrayList in org.apache.sis.feature
Fields in org.apache.sis.feature declared as CheckedArrayListModifier and TypeFieldDescriptionprivate CheckedArrayList<AbstractFeature>
MultiValuedAssociation.values
The association values.private CheckedArrayList<V>
MultiValuedAttribute.values
The attribute values. -
Uses of CheckedArrayList in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return CheckedArrayListModifier and TypeMethodDescriptionstatic <E> CheckedArrayList<E>
CheckedArrayList.castOrCopy
(Collection<?> collection, Class<E> type) Returns the given collection as aCheckedArrayList
instance of the given element type.