Searched refs:Leaf (Results 1 – 1 of 1) sorted by relevance
62 private class Leaf extends WatchableImpl implements Snappable { class in WatcherTest66 Leaf() { in Leaf() method in WatcherTest.Leaf83 public Leaf snapshot() { in snapshot()84 Leaf result = new Leaf(); in snapshot()92 if (o instanceof Leaf) { in equals()93 return mDatum == ((Leaf) o).mDatum && mId == ((Leaf) o).mId; in equals()138 Leaf leafA = new Leaf(); in testBasicBehavior()153 Leaf leafASnapshot = leafA.snapshot(); in testBasicBehavior()190 Leaf leafA = new Leaf(); in testWatchedArrayMap()191 Leaf leafB = new Leaf(); in testWatchedArrayMap()[all …]