Go to the documentation of this file.
9 package javolution.util;
13 import java.util.SortedSet;
81 public
boolean add(E e) {
88 return super.contains(obj);
94 return super.remove(obj);
Equality<? super E > comparator()
static final Equality< Object > IDENTITY
static final Equality< Object > STANDARD
FastSortedSet< E > subSet(E fromElement, E toElement)
SortedSetService< E > service()
FastSortedSet< E > shared()
FastSortedSet< E > addAll(E... elements)
FastSortedSet< E > atomic()
FastSortedSet< E > addAll(FastCollection<? extends E > that)
FastSortedSet< E > unmodifiable()
SortedSetService< K > keySet()
boolean remove(Object obj)
FastSortedSet(Equality<? super E > comparator)
FastSortedSet< E > tailSet(E fromElement)
boolean contains(Object obj)
static final long serialVersionUID
FastSortedSet< E > headSet(E toElement)
FastSortedSet(SortedSetService< E > service)