Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Type Parameters

  • T

Hierarchy

  • ReadOnlyLazyList

Index

Methods

  • [iterator](): Iterator<T, any, undefined>
  • get(index: number): T
  • size(): number
  • Returns a slice of the list.

    Parameters

    • start: number

      The beginning of the specified portion of the list (inclusive).

    • Optional end: number

      The end of the specified portion of the list (exclusive).

    Returns ReadOnlyLazyList<T>

  • toArray(): T[]
  • values(): Iterator<T, any, undefined>

Generated using TypeDoc