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.
Returns list's element at the specified index.
HazelcastSerializationError if the object to be returned is a compact object whose schema is not known
element
element's index
Returns the size of the list.
Returns a slice of the list.
The beginning of the specified portion of the list (inclusive).
Optional
The end of the specified portion of the list (exclusive).
Returns an array that contains all elements of this list in proper sequence.
HazelcastSerializationError if the list includes a compact object whose schema is not known
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.