Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm

Class OrderedCollectionChangeSet.Range

java.lang.Object
io.realm.OrderedCollectionChangeSet.Range

Enclosing class:

OrderedCollectionChangeSet

Constructor and Description
int startIndex,
int length
)

Crea un Rango con el índice de inicio y la longitud proporcionados.

Modificador y Tipo
Campo y Descripción

public final int

longitud

How many elements are inside this range.

public final int

startIndex

The start index of this change range.

Modificador y Tipo
Método y descripción

public String

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

How many elements are inside this range.

The start index of this change range.

public Range (
int startIndex,
int length
)

Crea un Rango con el índice de inicio y la longitud proporcionados.

Parámetros

  • startIndex - el índice inicial de este rango de cambios.

  • length - how many elements are inside this range.

public String toString ()

Anulaciones

toString en la clase Objeto

Volver

OrderedCollectionChangeSet

En esta página