Package nl.vpro.util

Class TransformingSortedSet<T,S>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
nl.vpro.util.TransformingSortedSet<T,S>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>, SortedSet<T>, TransformingCollection<T,S,SortedSet<T>,SortedSet<S>>

public class TransformingSortedSet<T,S> extends AbstractSet<T> implements SortedSet<T>, TransformingCollection<T,S,SortedSet<T>,SortedSet<S>>
Since:
4.3
Author:
Michiel Meeuwissen