Package | Description |
---|---|
java8.util |
Provides some of the new
java.util classes and implementations of
static and default interface methods added in Java 8 and, in addition, the
JEP 269: Convenience Factory
Methods for Collections that were introduced in Java 9. |
Modifier and Type | Method and Description |
---|---|
SplittableRandom |
SplittableRandom.split()
Constructs and returns a new SplittableRandom instance that
shares no mutable state with this instance.
|
Copyright © 2018. All rights reserved.