Class CollectionBase

extends Object implements Collection

Class summary


do [block] -> none
size -> int
operator == other/Collection -> bool
is-empty -> bool
every [predicate] -> bool
any [predicate] -> bool
contains element/any -> bool
reduce [block] -> any
reduce --initial/any [block] -> any
stringify -> string
Stringifies this object.

Methods

any [predicate] -> bool

contains element/any -> bool

do [block] -> none

every [predicate] -> bool

reduce [block] -> any

reduce --initial/any [block] -> any

Stringifies this object.
Inheritance
Objects that need a human-friendly string representation should overwrite this method. The default string is based on the internal class-ID.