Uses of Class
org.apache.sis.internal.util.CheckedArrayList
Packages that use CheckedArrayList
Package
Description
A set of helper classes for the SIS implementation.
-
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 aCheckedArrayListinstance of the given element type.