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

  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 44 protected final T endOfData() {
  /external/guava/guava/src/com/google/common/collect/
AbstractIterator.java 37 * and invoke the {@link #endOfData} method when appropriate.
51 * return endOfData();
88 * #endOfData()} when there are no elements left in the iteration. Failure to
94 * implementation either invokes {@code endOfData} or throws an exception,
106 * @return the next element if there was one. If {@code endOfData} was called
121 * implementation can use the simple statement {@code return endOfData();}
123 protected final T endOfData() {
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 383 milliseconds