Searched defs:computeNext (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractLinkedIterator.java35 * protected Integer computeNext(Integer previous) {
63 protected abstract T computeNext(T previous); method in class:AbstractLinkedIterator
78 nextOrNull = computeNext(nextOrNull);
H A DAbstractIterator.java36 * 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(); method in class:AbstractIterator
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();
H A DIterables.java1004 @Override public T computeNext() { method in class:Iterables.ConsumingQueueIterator
H A DIterators.java646 @Override protected T computeNext() {
1314 protected T computeNext() { method in class:Iterators.MergingIterator
H A DStandardTable.java618 @Override protected Entry<R, V> computeNext() { method in class:StandardTable.Column.EntrySetIterator
881 @Override protected C computeNext() { method in class:StandardTable.ColumnKeyIterator
/external/guava/guava/src/com/google/common/base/
H A DAbstractIterator.java42 protected abstract T computeNext(); method in class:AbstractIterator
64 next = computeNext();
H A DSplitter.java495 @Override protected String computeNext() { method in class:Splitter.SplittingIterator
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java437 @Override protected String computeNext() { method in class:Splitter.SplittingIterator
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java962 @Override public T computeNext() { method in class:Iterables.ConsumingQueueIterator
H A DIterators.java628 @Override protected T computeNext() {
1278 protected T computeNext() { method in class:Iterators.MergingIterator
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 294 milliseconds