Uses of Class
mondrian.util.ArraySortedSet
-
Uses of ArraySortedSet in mondrian.util
Modifier and TypeMethodDescriptionArraySortedSet.merge
(ArraySortedSet<E> arrayToMerge) Performs a merge between twoArraySortedSet
instances in O(n) time, returning a third instance that doesn't include duplicates.Modifier and TypeMethodDescriptionArraySortedSet.merge
(ArraySortedSet<E> arrayToMerge) Performs a merge between twoArraySortedSet
instances in O(n) time, returning a third instance that doesn't include duplicates.