HomeSort by relevance Sort by last modified time
    Searched refs:ForEachOp (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/util/stream/
ForEachOps.java 73 return new ForEachOp.OfRef<>(action, ordered);
88 return new ForEachOp.OfInt(action, ordered);
103 return new ForEachOp.OfLong(action, ordered);
118 return new ForEachOp.OfDouble(action, ordered);
133 static abstract class ForEachOp<T>
137 protected ForEachOp(boolean ordered) {
174 static final class OfRef<T> extends ForEachOp<T> {
189 static final class OfInt extends ForEachOp<Integer>
210 static final class OfLong extends ForEachOp<Long>
231 static final class OfDouble extends ForEachOp<Double
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 1567 milliseconds