org.granite.client.persistence.collection
Interface PersistentSortedCollection<E>

All Superinterfaces:
Externalizable, PersistentCollection, Serializable
All Known Implementing Classes:
PersistentSortedMap, PersistentSortedSet

public interface PersistentSortedCollection<E>
extends PersistentCollection

Author:
Franck WOLFF

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.granite.client.persistence.collection.PersistentCollection
PersistentCollection.ChangeListener, PersistentCollection.InitializationCallback, PersistentCollection.InitializationListener
 
Method Summary
 Comparator<? super E> comparator()
           
 
Methods inherited from interface org.granite.client.persistence.collection.PersistentCollection
addListener, addListener, clearDirty, clone, dirty, getLoader, initialize, initializing, isDirty, removeListener, removeListener, setLoader, uninitialize, wasInitialized, withInitialized
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

comparator

Comparator<? super E> comparator()