Package | Description |
---|---|
java8.util |
Provides some of the new
java.util classes and implementations
of static and default interface methods added in Java 8. |
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 © 2017. All rights reserved.