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

Method Summary
 Comparator<? super E> comparator()
           
 
Methods inherited from interface org.granite.client.persistence.collection.PersistentCollection
clearDirty, dirty, isDirty, wasInitialized
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

comparator

Comparator<? super E> comparator()