Package com.firebase.ui.firestore
Class ObservableSnapshotArray<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- com.firebase.ui.common.BaseObservableSnapshotArray<com.google.firebase.firestore.DocumentSnapshot,com.google.firebase.firestore.FirebaseFirestoreException,ChangeEventListener,T>
-
- com.firebase.ui.firestore.ObservableSnapshotArray<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>,java.util.List<T>
- Direct Known Subclasses:
FirestoreArray
public abstract class ObservableSnapshotArray<T> extends com.firebase.ui.common.BaseObservableSnapshotArray<com.google.firebase.firestore.DocumentSnapshot,com.google.firebase.firestore.FirebaseFirestoreException,ChangeEventListener,T>
Subclass ofBaseObservableSnapshotArrayfor Firestore data.
-
-
Constructor Summary
Constructors Constructor Description ObservableSnapshotArray(SnapshotParser<T> parser)
-
Method Summary
-
Methods inherited from class com.firebase.ui.common.BaseObservableSnapshotArray
addChangeEventListener, clear, get, getSnapshot, getSnapshots, isListening, isListening, notifyOnChildChanged, notifyOnDataChanged, notifyOnError, onCreate, onDestroy, removeAllListeners, removeChangeEventListener, size
-
Methods inherited from class java.util.AbstractList
add, add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
ObservableSnapshotArray
public ObservableSnapshotArray(@NonNull SnapshotParser<T> parser)- See Also:
BaseObservableSnapshotArray(BaseCachingSnapshotParser)
-
-