| ArraySortedMap | ArraySortedMap | |||
|---|---|---|---|---|
| Compiled from "ArraySortedMap.java" | Compiled from "ArraySortedMap.java" | |||
| public class com.google.firebase.database.collection.ArraySortedMap<K, V> extend s com.google.firebase.database.collection.ImmutableSortedMap<K, V> { | public class com.google.firebase.database.collection.ArraySortedMap<K, V> extend s com.google.firebase.database.collection.ImmutableSortedMap<K, V> { | |||
| public com.google.firebase.database.collection.ArraySortedMap(java.util.Compar ator<K>); | ||||
| public static <A, B, C> com.google.firebase.database.collection.ArraySortedMap <A, C> buildFrom(java.util.List<A>, java.util.Map<B, C>, com.google.firebase.dat abase.collection.ImmutableSortedMap$Builder$KeyTranslator<A, B>, java.util.Compa rator<A>); | public static <A, B, C> com.google.firebase.database.collection.ArraySortedMap <A, C> buildFrom(java.util.List<A>, java.util.Map<B, C>, com.google.firebase.dat abase.collection.ImmutableSortedMap$Builder$KeyTranslator<A, B>, java.util.Compa rator<A>); | |||
| public static <K, V> com.google.firebase.database.collection.ArraySortedMap<K, V> fromMap(java.util.Map<K, V>, java.util.Comparator<K>); | public static <K, V> com.google.firebase.database.collection.ArraySortedMap<K, V> fromMap(java.util.Map<K, V>, java.util.Comparator<K>); | |||
| public com.google.firebase.database.collection.ArraySortedMap(java.util.Compar ator<K>); | ||||
| public boolean containsKey(K); | public boolean containsKey(K); | |||
| public V get(K); | public V get(K); | |||
| public com.google.firebase.database.collection.ImmutableSortedMap<K, V> remove (K); | public com.google.firebase.database.collection.ImmutableSortedMap<K, V> remove (K); | |||
| public com.google.firebase.database.collection.ImmutableSortedMap<K, V> insert (K, V); | public com.google.firebase.database.collection.ImmutableSortedMap<K, V> insert (K, V); | |||
| public K getMinKey(); | public K getMinKey(); | |||
| public K getMaxKey(); | public K getMaxKey(); | |||
| public int size(); | public int size(); | |||
| public boolean isEmpty(); | public boolean isEmpty(); | |||
| public void inOrderTraversal(com.google.firebase.database.collection.LLRBNode$ NodeVisitor<K, V>); | public void inOrderTraversal(com.google.firebase.database.collection.LLRBNode$ NodeVisitor<K, V>); | |||
| public java.util.Iterator<java.util.Map$Entry<K, V>> iterator(); | public java.util.Iterator<java.util.Map$Entry<K, V>> iterator(); | |||
| 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 | ||||