Uses of Class
org.olap4j.impl.UnmodifiableArrayList
Packages that use UnmodifiableArrayList
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
-
Uses of UnmodifiableArrayList in org.olap4j.impl
Methods in org.olap4j.impl that return UnmodifiableArrayListModifier and TypeMethodDescriptionstatic <T> UnmodifiableArrayList
<T> UnmodifiableArrayList.asCopyOf
(T... elements) Creates an unmodifable list as a shallow copy of an array.static <T> UnmodifiableArrayList
<T> UnmodifiableArrayList.of
(Collection<? extends T> collection) Creates an unmodifable list as a shallow copy of a collection.