@API(status=INTERNAL)
Class | Description |
---|---|
CollectorsSupport |
Provide implementation for stream to collect to LinkedHashSet in order to preserve order
and to make random-based generation deterministic
|
ExceptionSupport | |
HashCodeSupport |
The methods in this class mimic the behaviour of
Objects.hash(Object...) ()}
but do not create an array on the way. |
LambdaSupport |