E
- @StorableClass @StoreNotUseStandardSerialization public class PSynchronizedSortedSet<E> extends PSynchronizedSet<E> implements SortedSet<E>
collection, instanceFactory, mutex
Constructor and Description |
---|
PSynchronizedSortedSet(IInstanceFactory instanceFactory,
SortedSet<E> set) |
PSynchronizedSortedSet(IInstanceFactory instanceFactory,
SortedSet<E> set,
Object mutex) |
Modifier and Type | Method and Description |
---|---|
Comparator<? super E> |
comparator() |
E |
first() |
SortedSet<E> |
headSet(E toElement) |
E |
last() |
static PSynchronizedSortedSet |
newInstance(IInstanceFactory instanceFactory,
SortedSet set) |
static PSynchronizedSortedSet |
newInstance(IInstanceFactory instanceFactory,
SortedSet set,
Object mutex) |
SortedSet<E> |
subSet(E fromElement,
E toElement) |
SortedSet<E> |
tailSet(E fromElement) |
equals, hashCode, newInstance, newInstance
add, addAll, clear, contains, containsAll, isEmpty, iterator, newInstance, newInstance, remove, removeAll, retainAll, size, toArray, toArray, toString
public PSynchronizedSortedSet(IInstanceFactory instanceFactory, SortedSet<E> set)
public PSynchronizedSortedSet(IInstanceFactory instanceFactory, SortedSet<E> set, Object mutex)
public static PSynchronizedSortedSet newInstance(IInstanceFactory instanceFactory, SortedSet set)
public static PSynchronizedSortedSet newInstance(IInstanceFactory instanceFactory, SortedSet set, Object mutex)
public Comparator<? super E> comparator()
comparator
in interface SortedSet<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.