MutableData   MutableData 
skipping to change at line 12 skipping to change at line 12
public class com.google.firebase.database.MutableData { public class com.google.firebase.database.MutableData {
com.google.firebase.database.MutableData(com.google.firebase.database.snapshot .Node); com.google.firebase.database.MutableData(com.google.firebase.database.snapshot .Node);
com.google.firebase.database.snapshot.Node getNode(); com.google.firebase.database.snapshot.Node getNode();
public boolean hasChildren(); public boolean hasChildren();
public boolean hasChild(java.lang.String); public boolean hasChild(java.lang.String);
public com.google.firebase.database.MutableData child(java.lang.String); public com.google.firebase.database.MutableData child(java.lang.String);
public long getChildrenCount(); public long getChildrenCount();
public java.lang.Iterable<com.google.firebase.database.MutableData> getChildre n(); public java.lang.Iterable<com.google.firebase.database.MutableData> getChildre n();
public java.lang.String getKey(); public java.lang.String getKey();
public java.lang.Object getValue(); public java.lang.Object getValue();
public <T> T getValue(java.lang.Class<T>);
public <T> T getValue(com.google.firebase.database.GenericTypeIndicator<T>); public <T> T getValue(com.google.firebase.database.GenericTypeIndicator<T>);
public <T> T getValue(java.lang.Class<T>);
public void setValue(java.lang.Object) throws com.google.firebase.database.Dat abaseException; public void setValue(java.lang.Object) throws com.google.firebase.database.Dat abaseException;
public void setPriority(java.lang.Object);
public java.lang.Object getPriority(); public java.lang.Object getPriority();
public void setPriority(java.lang.Object);
public boolean equals(java.lang.Object); public boolean equals(java.lang.Object);
public java.lang.String toString(); public java.lang.String toString();
static com.google.firebase.database.core.SnapshotHolder access$000(com.google. firebase.database.MutableData); static com.google.firebase.database.core.SnapshotHolder access$000(com.google. firebase.database.MutableData);
static com.google.firebase.database.core.Path access$100(com.google.firebase.d atabase.MutableData); static com.google.firebase.database.core.Path access$100(com.google.firebase.d atabase.MutableData);
com.google.firebase.database.MutableData(com.google.firebase.database.core.Sna pshotHolder, com.google.firebase.database.core.Path, com.google.firebase.databas e.MutableData$1); com.google.firebase.database.MutableData(com.google.firebase.database.core.Sna pshotHolder, com.google.firebase.database.core.Path, com.google.firebase.databas e.MutableData$1);
} }
 End of changes. 4 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41