org.hibernate.collection
Class PersistentSortedMap
- Map, Serializable, SortedMap, PersistentCollection
public class PersistentSortedMap
implements SortedMap
A persistent wrapper for a java.util.SortedMap. Underlying
collection is a TreeMap.
beforeInitialize , clear , containsKey , containsValue , disassemble , empty , entries , entryExists , entrySet , equals , equalsSnapshot , get , getDeletes , getElement , getIndex , getOrphans , getSnapshot , getSnapshotElement , hashCode , initializeFromCache , isEmpty , isSnapshotEmpty , isWrapper , keySet , needsInserting , needsUpdating , put , putAll , readFrom , remove , size , toString , values |
afterInitialize , afterRowInsert , beginRead , clearDirty , dirty , empty , endRead , forceInitialization , getCachedSize , getIdentifier , getKey , getOrphans , getOrphans , getOwner , getQueuedOrphans , getRole , getSession , getSnapshot , getStoredSnapshot , getValue , hasQueuedOperations , initialize , isClearQueueEnabled , isDirectlyAccessible , isDirty , isOperationQueueEnabled , isPutQueueEnabled , isRowUpdatePossible , isUnreferenced , needsRecreate , performQueuedOperations , postAction , preInsert , queueOperation , queuedAdditionIterator , read , readElementByIndex , readElementExistence , readIndexExistence , readSize , setCurrentSession , setDirectlyAccessible , setInitialized , setOwner , setSnapshot , unsetSession , wasInitialized , write |
comparator
protected Comparator comparator
PersistentSortedMap
public PersistentSortedMap()
Not called by Hibernate, but used by non-JDK serialization,
eg. SOAP libraries.
comparator
public Comparator comparator()
firstKey
public Object firstKey()
headMap
public SortedMap headMap(Object toKey)
lastKey
public Object lastKey()
setComparator
public void setComparator(Comparator comparator)
subMap
public SortedMap subMap(Object fromKey,
Object toKey)
tailMap
public SortedMap tailMap(Object fromKey)