TreeSet

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Collection c)
Undocumented in source.
this
this(Comparator c)
Undocumented in source.
this
this(SortedSet )
Undocumented in source.

Members

Aliases

SetType
alias SetType = tango.util.container.SortedMap.SortedMap!(Object, int)
Undocumented in source.

Functions

add
bool add(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
comparator
Comparator comparator()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAll
bool containsAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
first
Object first()
Undocumented in source. Be warned that the author may not have intended to support it.
headSet
SortedSet headSet(Object toElement)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
iterator
Iterator iterator()
Undocumented in source. Be warned that the author may not have intended to support it.
last
Object last()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
bool removeAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
retainAll
bool retainAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
subSet
SortedSet subSet(Object fromElement, Object toElement)
Undocumented in source. Be warned that the author may not have intended to support it.
tailSet
SortedSet tailSet(Object fromElement)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray(Object[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractSet

opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAll
bool containsAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
bool removeAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
retainAll
bool retainAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray(Object[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

From SortedSet

comparator
Comparator comparator()
Undocumented in source.
first
Object first()
Undocumented in source.
headSet
SortedSet headSet(Object toElement)
Undocumented in source.
last
Object last()
Undocumented in source.
subSet
SortedSet subSet(Object fromElement, Object toElement)
Undocumented in source.
tailSet
SortedSet tailSet(Object fromElement)
Undocumented in source.

Meta