Package mondrian.util

Class ArraySortedSet<E extends Comparable<E>>

Type Parameters:
E -
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, SortedSet<E>

public class ArraySortedSet<E extends Comparable<E>> extends AbstractSet<E> implements SortedSet<E>, Serializable
Implementation of SortedSet based on an array. The array must already be sorted in natural order.
Author:
Julian Hyde
See Also: