Inherits from Wombat.Containers.Set, Wombat.Containers.Collection, Wombat.Containers.Iterable
Name | |
---|---|
HashMapSetOverHashtableEntries(HashMap hm) | |
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() |
HashMapSetOverHashtableEntries(
HashMap hm
)
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()
Updated on 2023-03-31 at 15:30:17 +0100