public class PersistentSortedMap extends PersistentMap implements SortedMap
TreeMap,
Serialized FormAbstractPersistentCollection.DelayedOperation, AbstractPersistentCollection.IteratorProxy, AbstractPersistentCollection.ListIteratorProxy, AbstractPersistentCollection.ListProxy, AbstractPersistentCollection.SetProxy| Modifier and Type | Field and Description |
|---|---|
protected Comparator |
comparator |
mapUNKNOWN| Constructor and Description |
|---|
PersistentSortedMap() |
PersistentSortedMap(SessionImplementor session) |
PersistentSortedMap(SessionImplementor session,
SortedMap map) |
| Modifier and Type | Method and Description |
|---|---|
Comparator |
comparator() |
Object |
firstKey() |
SortedMap |
headMap(Object toKey) |
Object |
lastKey() |
void |
setComparator(Comparator comparator) |
protected Serializable |
snapshot(BasicCollectionPersister persister,
EntityMode entityMode) |
SortedMap |
subMap(Object fromKey,
Object toKey) |
SortedMap |
tailMap(Object fromKey) |
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, valuesafterInitialize, afterRowInsert, beginRead, clearDirty, dirty, endRead, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, getValue, hasQueuedOperations, identityRemove, initialize, isClearQueueEnabled, isDirectlyAccessible, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, preInsert, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, writeprotected Comparator comparator
public PersistentSortedMap(SessionImplementor session)
public PersistentSortedMap(SessionImplementor session, SortedMap map)
public PersistentSortedMap()
protected Serializable snapshot(BasicCollectionPersister persister, EntityMode entityMode) throws HibernateException
HibernateExceptionpublic void setComparator(Comparator comparator)
public Comparator comparator()
comparator in interface SortedMapcomparator()public SortedMap subMap(Object fromKey, Object toKey)
subMap in interface SortedMapsubMap(Object, Object)public SortedMap headMap(Object toKey)
headMap in interface SortedMapheadMap(Object)public SortedMap tailMap(Object fromKey)
tailMap in interface SortedMaptailMap(Object)public Object firstKey()
firstKey in interface SortedMapfirstKey()Copyright © 2012 JBoss by Red Hat. All Rights Reserved.