List

  • Returns the objects at the given range (get), or replaces the objects at the given range with new objects (set).

    Warning

    Objects may only be set during a write transaction.

  • Removes the specified number of objects from the beginning of the list. The objects are not removed from the Realm that manages them.

    Warning

    This method may only be called during a write transaction.
  • Removes the specified number of objects from the end of the list. The objects are not removed from the Realm that manages them.

    Warning

    This method may only be called during a write transaction.
  • Inserts the items in the given collection into the list at the given position.

    Warning

    This method may only be called during a write transaction.
    See more
  • Removes objects from the list at the given range.

    Warning

    This method may only be called during a write transaction.
    See more