Inherits from Wombat.Containers.Set, Wombat.Containers.Collection, Wombat.Containers.Iterable
Inherited by Wombat.Containers.TreeSet
Name | |
---|---|
Comparator | comparator() |
SortedSet | subSet(object from, object to) |
SortedSet | headSet(object to) |
SortedSet | tailSet(object from) |
object | first() |
object | last() |
Public Functions inherited from Wombat.Containers.Collection
Name | |
---|---|
int | size() |
bool | isEmpty() |
bool | contains(object o) |
object[] | toArray() |
bool | add(object o) |
bool | remove(object o) |
bool | containsAll(Collection c) |
bool | addAll(Collection c) |
bool | removeAll(Collection c) |
bool | retainAll(Collection c) |
void | clear() |
Public Functions inherited from Wombat.Containers.Iterable
Name | |
---|---|
Iterator | iterator() |
Comparator comparator()
Reimplemented by: Wombat::Containers::TreeSet::comparator
SortedSet subSet(
object from,
object to
)
Reimplemented by: Wombat::Containers::TreeSet::subSet
SortedSet headSet(
object to
)
Reimplemented by: Wombat::Containers::TreeSet::headSet
SortedSet tailSet(
object from
)
Reimplemented by: Wombat::Containers::TreeSet::tailSet
object first()
Reimplemented by: Wombat::Containers::TreeSet::first
object last()
Reimplemented by: Wombat::Containers::TreeSet::last
Updated on 2023-03-31 at 15:30:18 +0100