Classes Files

Wombat::Containers::SortedSet

Inherits from Wombat.Containers.Set, Wombat.Containers.Collection, Wombat.Containers.Iterable

Inherited by Wombat.Containers.TreeSet

Public Functions

  Name
Comparator comparator()
SortedSet subSet(object from, object to)
SortedSet headSet(object to)
SortedSet tailSet(object from)
object first()
object last()

Additional inherited members

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()

Public Functions Documentation

function comparator

Comparator comparator()

Reimplemented by: Wombat::Containers::TreeSet::comparator

function subSet

SortedSet subSet(
    object from,
    object to
)

Reimplemented by: Wombat::Containers::TreeSet::subSet

function headSet

SortedSet headSet(
    object to
)

Reimplemented by: Wombat::Containers::TreeSet::headSet

function tailSet

SortedSet tailSet(
    object from
)

Reimplemented by: Wombat::Containers::TreeSet::tailSet

function first

object first()

Reimplemented by: Wombat::Containers::TreeSet::first

function last

object last()

Reimplemented by: Wombat::Containers::TreeSet::last


Updated on 2023-03-31 at 15:30:18 +0100