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

  /external/guava/guava/src/com/google/common/collect/
AbstractLinkedIterator.java 35 * protected Integer computeNext(Integer previous) {
63 protected abstract T computeNext(T previous);
78 nextOrNull = computeNext(nextOrNull);
AbstractIterator.java 36 * using this class, one must implement only the {@link #computeNext} method,
44 * protected String computeNext() {
95 * {@code computeNext} is guaranteed to never be called again.
114 protected abstract T computeNext();
117 * Implementations of {@link #computeNext} <b>must</b> invoke this method when
120 * @return {@code null}; a convenience so your {@code computeNext}
143 next = computeNext();
RegularContiguousSet.java 73 protected C computeNext(C previous) {
TreeBasedTable.java 356 protected C computeNext() {
  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 45 private void computeNext() {
56 computeNext();
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 42 protected abstract T computeNext();
64 next = computeNext();
Optional.java 182 @Override protected T computeNext() {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 71 protected C computeNext(C previous) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 194 milliseconds