Home
last modified time | relevance | path

Searched defs:nextLong (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DPrimitiveIterator.java168 long nextLong(); in nextLong() method
DSplittableRandom.java459 public long nextLong() { in nextLong() method in SplittableRandom
472 public long nextLong(long bound) { in nextLong() method in SplittableRandom
500 public long nextLong(long origin, long bound) { in nextLong() method in SplittableRandom
DScanner.java2196 public long nextLong() { in nextLong() method in Scanner
2226 public long nextLong(int radix) { in nextLong() method in Scanner
DRandom.java423 public long nextLong() { in nextLong() method in Random
DSpliterators.java776 public long nextLong() { in iterator() method in Spliterators.Adapter
/libcore/luni/src/test/java/libcore/java/util/
DPrimitiveIteratorTest.java61 public long nextLong() { in nextLong() method in PrimitiveIteratorTest.CannedLongIterator
DSpliteratorsTest.java549 public long nextLong() { in nextLong() method in SpliteratorsTest.CannedLongPrimitiveIterator
/libcore/luni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java304 public long nextLong() { in nextLong() method in ThreadLocalRandom
317 public long nextLong(long bound) { in nextLong() method in ThreadLocalRandom
344 public long nextLong(long origin, long bound) { in nextLong() method in ThreadLocalRandom
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java313 public long nextLong() { in testLongInfinite() method in MatchOpTest.CycleIterator