Returns list's element at the specified index.
element's index
element
Returns the size of the list.
Returns a slice of the list.
The beginning of the specified portion of the list (inclusive).
The end of the specified portion of the list (exclusive).
Returns an array that contains all elements of this list in proper sequence.
Returns an iterator for elements in the list.
Generated using TypeDoc
Represents a list of values with lazy deserialization. Iterating over this list and some of its methods will throw HazelcastSerializationError in case a compact object is read and its schema is not known by the client.