HomeSort by relevance Sort by last modified time
    Searched defs:rootReference (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 125 this.rootReference = new Reference<Node<E>>();
131 this.rootReference = root;
141 private transient final Reference<Node<E>> rootReference;
163 Node<E> root = rootReference.get();
169 Node<E> root = rootReference.get();
178 Node<E> node = BstOperations.seek(comparator(), rootReference.get(), e);
196 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
197 if (!rootReference.compareAndSet(
251 Node<E> root = rootReference.get();
259 Node<E> root = rootReference.get()
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 129 this.rootReference = new Reference<Node<E>>();
135 this.rootReference = root;
145 private transient final Reference<Node<E>> rootReference;
167 Node<E> root = rootReference.get();
173 Node<E> root = rootReference.get();
182 Node<E> node = BstOperations.seek(comparator(), rootReference.get(), e);
200 BstOperations.mutate(comparator(), mutationRule, rootReference.get(), e);
201 if (!rootReference.compareAndSet(
255 Node<E> root = rootReference.get();
263 Node<E> root = rootReference.get()
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 29 milliseconds