Package nl.vpro.util

Class ResortedSortedSet<T>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Set<T>, SortedSet<T>

public class ResortedSortedSet<T> extends AbstractSet<T> implements SortedSet<T>, Serializable
A modifiable SortedSet, that wraps another collection (changes are reflected), with an explicit sort order.
Since:
2.1
Author:
Michiel Meeuwissen
See Also: