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