Generic type of this collection (e.g.
Generic type of this collection (e.g. Map, Map2, Set).
Immutable variant of this collection.
Immutable variant of this collection.
Mutable variant of this collection.
Mutable variant of this collection.
Return the value at element i.
Return the value at element i.
If the index exceeds the length, the result is undefined; an exception could be thrown, but this is not guaranteed.
Returns this collection if already immutable, or an immutable copy.
Returns this collection if already immutable, or an immutable copy.
Returns true if the container is empty, false otherwise.
Returns true if the container is empty, false otherwise.
Return the size of this container; we use Long
so that big containers
can be manipulated.
Return the size of this container; we use Long
so that big containers
can be manipulated.
Creates a mutable copy of this collection.
Creates a mutable copy of this collection.
Returns true if the container is non-empty, false otherwise.
Returns true if the container is non-empty, false otherwise.
Returns a pointer to the start of this container instance.
Returns a pointer to the start of this container instance.
Returns a pointer to the next element if available, or returns a null pointer.
Returns the value of the object pointed by the pointer.
String prefix used in the toString
method.
String prefix used in the toString
method.