Class PersistentSortedMap<K,E>

All Implemented Interfaces:
Serializable, Map<K,E>, SortedMap<K,E>, LazyInitializable, PersistentCollection<E>

@Incubating public class PersistentSortedMap<K,E> extends PersistentMap<K,E> implements SortedMap<K,E>
A persistent wrapper for a SortedMap. Underlying collection is a TreeMap.
See Also:
API Note:
Incubating in terms of making this non-internal. These contracts will be getting cleaned up in following releases.