| ImmutableTree | ImmutableTree | |||
|---|---|---|---|---|
| Compiled from "ImmutableTree.java" | Compiled from "ImmutableTree.java" | |||
| public class com.google.firebase.database.core.utilities.ImmutableTree<T> implem ents java.lang.Iterable<java.util.Map$Entry<com.google.firebase.database.core.Pa th, T>> { | public class com.google.firebase.database.core.utilities.ImmutableTree<T> implem ents java.lang.Iterable<java.util.Map$Entry<com.google.firebase.database.core.Pa th, T>> { | |||
| public static <V> com.google.firebase.database.core.utilities.ImmutableTree<V> emptyInstance(); | ||||
| public com.google.firebase.database.core.utilities.ImmutableTree(T, com.google .firebase.database.collection.ImmutableSortedMap<com.google.firebase.database.sn apshot.ChildKey, com.google.firebase.database.core.utilities.ImmutableTree<T>>); | public com.google.firebase.database.core.utilities.ImmutableTree(T, com.google .firebase.database.collection.ImmutableSortedMap<com.google.firebase.database.sn apshot.ChildKey, com.google.firebase.database.core.utilities.ImmutableTree<T>>); | |||
| public com.google.firebase.database.core.utilities.ImmutableTree(T); | public com.google.firebase.database.core.utilities.ImmutableTree(T); | |||
| public static <V> com.google.firebase.database.core.utilities.ImmutableTree<V> emptyInstance(); | ||||
| public T getValue(); | public T getValue(); | |||
| public com.google.firebase.database.collection.ImmutableSortedMap<com.google.f irebase.database.snapshot.ChildKey, com.google.firebase.database.core.utilities. ImmutableTree<T>> getChildren(); | public com.google.firebase.database.collection.ImmutableSortedMap<com.google.f irebase.database.snapshot.ChildKey, com.google.firebase.database.core.utilities. ImmutableTree<T>> getChildren(); | |||
| public boolean isEmpty(); | public boolean isEmpty(); | |||
| public com.google.firebase.database.core.Path findRootMostMatchingPath(com.goo gle.firebase.database.core.Path, com.google.firebase.database.core.utilities.Pre dicate<? super T>); | public com.google.firebase.database.core.Path findRootMostMatchingPath(com.goo gle.firebase.database.core.Path, com.google.firebase.database.core.utilities.Pre dicate<? super T>); | |||
| public com.google.firebase.database.core.Path findRootMostPathWithValue(com.go ogle.firebase.database.core.Path); | public com.google.firebase.database.core.Path findRootMostPathWithValue(com.go ogle.firebase.database.core.Path); | |||
| public T rootMostValue(com.google.firebase.database.core.Path); | public T rootMostValue(com.google.firebase.database.core.Path); | |||
| public T rootMostValueMatching(com.google.firebase.database.core.Path, com.goo gle.firebase.database.core.utilities.Predicate<? super T>); | public T rootMostValueMatching(com.google.firebase.database.core.Path, com.goo gle.firebase.database.core.utilities.Predicate<? super T>); | |||
| public T leafMostValue(com.google.firebase.database.core.Path); | public T leafMostValue(com.google.firebase.database.core.Path); | |||
| public T leafMostValueMatching(com.google.firebase.database.core.Path, com.goo gle.firebase.database.core.utilities.Predicate<? super T>); | public T leafMostValueMatching(com.google.firebase.database.core.Path, com.goo gle.firebase.database.core.utilities.Predicate<? super T>); | |||
| public boolean containsMatchingValue(com.google.firebase.database.core.utiliti es.Predicate<? super T>); | public boolean containsMatchingValue(com.google.firebase.database.core.utiliti es.Predicate<? super T>); | |||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41 | ||||