Classes Files

Wombat::Containers::SortedMap

Inherits from Wombat.Containers.Map

Inherited by Wombat.Containers.RedBlackTree, Wombat.Containers.TreeMap

Public Functions

  Name
Comparator comparator()
SortedMap subMap(object from, object to)
SortedMap headMap(object toKey)
SortedMap tailMap(object fromKey)
object firstKey()
object lastKey()

Additional inherited members

Public Functions inherited from Wombat.Containers.Map

  Name
int size()
bool isEmpty()
bool containsKey(object key)
bool containsValue(object value)
object valueOf(object key)
object put(object key, object value)
object remove(object key)
void putAll(Map m)
void clear()
Set keySet()
Collection values()
Set entrySet()

Public Functions Documentation

function comparator

Comparator comparator()

Reimplemented by: Wombat::Containers::RedBlackTree::comparator, Wombat::Containers::TreeMap::comparator

function subMap

SortedMap subMap(
    object from,
    object to
)

Reimplemented by: Wombat::Containers::RedBlackTree::subMap, Wombat::Containers::TreeMap::subMap

function headMap

SortedMap headMap(
    object toKey
)

Reimplemented by: Wombat::Containers::RedBlackTree::headMap, Wombat::Containers::TreeMap::headMap

function tailMap

SortedMap tailMap(
    object fromKey
)

Reimplemented by: Wombat::Containers::RedBlackTree::tailMap, Wombat::Containers::TreeMap::tailMap

function firstKey

object firstKey()

Reimplemented by: Wombat::Containers::RedBlackTree::firstKey, Wombat::Containers::TreeMap::firstKey

function lastKey

object lastKey()

Reimplemented by: Wombat::Containers::RedBlackTree::lastKey, Wombat::Containers::TreeMap::lastKey


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