Package 

Class BaseObservableSnapshotArray

    • Method Summary

      Modifier and Type Method Description
      T get(int index)
      int size()
      S getSnapshot(int index) Returns the snapshot at the specified position in this list.
      L addChangeEventListener(@NonNull() L listener) Attach a BaseChangeEventListener to this array.
      void removeChangeEventListener(@NonNull() L listener) Remove a listener from the array.
      void removeAllListeners() Remove all listeners from the array and reset its state.
      boolean isListening()
      boolean isListening(@NonNull() L listener)
      void clear() Clear data and notify all listeners.
      • Methods inherited from class java.util.AbstractList

        add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, remove, set, subList
      • Methods inherited from class java.util.AbstractCollection

        contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
      • Methods inherited from class java.util.Collection

        parallelStream, removeIf, spliterator, stream
      • Methods inherited from class java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from class java.util.List

        addFirst, addLast, copyOf, getFirst, getLast, of, removeFirst, removeLast, replaceAll, reversed, sort
      • Methods inherited from class java.util.SequencedCollection

        reversed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait