@java.lang.SuppressWarnings({ "rawtypes", "unchecked" }) public class PersistentSortedSet extends AbstractPersistentCollection implements java.util.SortedSet
A lazy loaded sorted set.
Fields inherited from class | Fields |
---|---|
class AbstractPersistentCollection |
associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session |
Constructor and description |
---|
PersistentSortedSet
(Association association, java.io.Serializable associationKey, Session session) |
PersistentSortedSet
(java.lang.Class childType, Session session, java.util.SortedSet collection) |
PersistentSortedSet
(java.util.Collection keys, java.lang.Class childType, Session session) |
PersistentSortedSet
(java.io.Serializable associationKey, Session session, AssociationQueryExecutor indexer) |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.util.Comparator |
comparator() |
|
public java.lang.Object |
first() |
|
private java.util.SortedSet |
getSortedSet() |
|
public java.util.SortedSet |
headSet(java.lang.Object o) |
|
public java.lang.Object |
last() |
|
public java.util.SortedSet |
subSet(java.lang.Object o, java.lang.Object o1) |
|
public java.util.SortedSet |
tailSet(java.lang.Object o) |
Methods inherited from class | Name |
---|---|
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, currentlyInitializing, doesReturnKeys, equals, getIndexedEntity, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasNext, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, next, query, remove, remove, removeAll, resetDirty, retainAll, setInitializing, setProxyEntities, size, toArray, toArray, toString |