| LLRBValueNode | LLRBValueNode | |||
|---|---|---|---|---|
| Compiled from "LLRBValueNode.java" | Compiled from "LLRBValueNode.java" | |||
| public abstract class com.google.firebase.database.collection.LLRBValueNode<K, V > implements com.google.firebase.database.collection.LLRBNode<K, V> { | public abstract class com.google.firebase.database.collection.LLRBValueNode<K, V > implements com.google.firebase.database.collection.LLRBNode<K, V> { | |||
| com.google.firebase.database.collection.LLRBValueNode(K, V, com.google.firebas e.database.collection.LLRBNode<K, V>, com.google.firebase.database.collection.LL RBNode<K, V>); | com.google.firebase.database.collection.LLRBValueNode(K, V, com.google.firebas e.database.collection.LLRBNode<K, V>, com.google.firebase.database.collection.LL RBNode<K, V>); | |||
| public com.google.firebase.database.collection.LLRBNode<K, V> getLeft(); | public com.google.firebase.database.collection.LLRBNode<K, V> getLeft(); | |||
| void setLeft(com.google.firebase.database.collection.LLRBNode<K, V>); | ||||
| public com.google.firebase.database.collection.LLRBNode<K, V> getRight(); | public com.google.firebase.database.collection.LLRBNode<K, V> getRight(); | |||
| public K getKey(); | public K getKey(); | |||
| public V getValue(); | public V getValue(); | |||
| protected abstract com.google.firebase.database.collection.LLRBNode$Color getC olor(); | protected abstract com.google.firebase.database.collection.LLRBNode$Color getC olor(); | |||
| protected abstract com.google.firebase.database.collection.LLRBValueNode<K, V> copy(K, V, com.google.firebase.database.collection.LLRBNode<K, V>, com.google.f irebase.database.collection.LLRBNode<K, V>); | protected abstract com.google.firebase.database.collection.LLRBValueNode<K, V> copy(K, V, com.google.firebase.database.collection.LLRBNode<K, V>, com.google.f irebase.database.collection.LLRBNode<K, V>); | |||
| public com.google.firebase.database.collection.LLRBValueNode<K, V> copy(K, V, com.google.firebase.database.collection.LLRBNode$Color, com.google.firebase.data base.collection.LLRBNode<K, V>, com.google.firebase.database.collection.LLRBNode <K, V>); | public com.google.firebase.database.collection.LLRBValueNode<K, V> copy(K, V, com.google.firebase.database.collection.LLRBNode$Color, com.google.firebase.data base.collection.LLRBNode<K, V>, com.google.firebase.database.collection.LLRBNode <K, V>); | |||
| public com.google.firebase.database.collection.LLRBNode<K, V> insert(K, V, jav a.util.Comparator<K>); | public com.google.firebase.database.collection.LLRBNode<K, V> insert(K, V, jav a.util.Comparator<K>); | |||
| public com.google.firebase.database.collection.LLRBNode<K, V> remove(K, java.u til.Comparator<K>); | public com.google.firebase.database.collection.LLRBNode<K, V> remove(K, java.u til.Comparator<K>); | |||
| public boolean isEmpty(); | public boolean isEmpty(); | |||
| public com.google.firebase.database.collection.LLRBNode<K, V> getMin(); | public com.google.firebase.database.collection.LLRBNode<K, V> getMin(); | |||
| public com.google.firebase.database.collection.LLRBNode<K, V> getMax(); | public com.google.firebase.database.collection.LLRBNode<K, V> getMax(); | |||
| public int count(); | public int count(); | |||
| 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 boolean shortCircuitingInOrderTraversal(com.google.firebase.database.co llection.LLRBNode$ShortCircuitingNodeVisitor<K, V>); | public boolean shortCircuitingInOrderTraversal(com.google.firebase.database.co llection.LLRBNode$ShortCircuitingNodeVisitor<K, V>); | |||
| public boolean shortCircuitingReverseOrderTraversal(com.google.firebase.databa se.collection.LLRBNode$ShortCircuitingNodeVisitor<K, V>); | public boolean shortCircuitingReverseOrderTraversal(com.google.firebase.databa se.collection.LLRBNode$ShortCircuitingNodeVisitor<K, V>); | |||
| void setLeft(com.google.firebase.database.collection.LLRBNode<K, V>); | ||||
| public com.google.firebase.database.collection.LLRBNode copy(java.lang.Object, java.lang.Object, com.google.firebase.database.collection.LLRBNode$Color, com.g oogle.firebase.database.collection.LLRBNode, com.google.firebase.database.collec tion.LLRBNode); | public com.google.firebase.database.collection.LLRBNode copy(java.lang.Object, java.lang.Object, com.google.firebase.database.collection.LLRBNode$Color, com.g oogle.firebase.database.collection.LLRBNode, com.google.firebase.database.collec tion.LLRBNode); | |||
| } | } | |||
| 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 | ||||