Classes Files

Wombat::Containers::RedBlackTree::SubMap::SubMapEntrySet

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

Public Functions

  Name
  SubMapEntrySet(SubMap source)
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()
Iterator iterator()

Public Functions Documentation

function SubMapEntrySet

SubMapEntrySet(
    SubMap source
)

function size

int size()

function isEmpty

bool isEmpty()

function contains

bool contains(
    object o
)

function toArray

object[] toArray()

function add

bool add(
    object o
)

function remove

bool remove(
    object o
)

function containsAll

bool containsAll(
    Collection c
)

function addAll

bool addAll(
    Collection c
)

function removeAll

bool removeAll(
    Collection c
)

function retainAll

bool retainAll(
    Collection c
)

function clear

void clear()

function iterator

Iterator iterator()

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