Inherits from Wombat.Containers.Collection, Wombat.Containers.Iterable
Inherited by Wombat.Containers.SortedSet
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() |
Updated on 2023-03-31 at 15:30:17 +0100