Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DPrimitiveIterator.java168 long nextLong(); in nextLong() method
DSplittableRandom.java458 public long nextLong() { in nextLong() method in SplittableRandom
471 public long nextLong(long bound) { in nextLong() method in SplittableRandom
499 public long nextLong(long origin, long bound) { in nextLong() method in SplittableRandom
DScanner.java2204 public long nextLong() { in nextLong() method in Scanner
2234 public long nextLong(int radix) { in nextLong() method in Scanner
DRandom.java422 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/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java333 public long nextLong() { in nextLong() method in ThreadLocalRandom
346 public long nextLong(long bound) { in nextLong() method in ThreadLocalRandom
373 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
/libcore/dalvik/src/main/java/dalvik/system/
DEmulatedStackFrame.java491 public long nextLong() { in nextLong() method in EmulatedStackFrame.StackFrameReader
/libcore/ojluni/annotations/hiddenapi/java/util/
DRandom.java82 public long nextLong() { in nextLong() method in Random