kactoos-jvm / nnl.rocks.kactoos.collection / Shuffled
class Shuffled<out T : Any> : CollectionEnvelope<T>
Shuffled collection.
There is no thread-safety guarantee.
T - Element type
Since 0.4
| Name | Summary |
|---|---|
| <init> | Shuffled(src: Collection<T>)Shuffled(vararg src: T)Shuffled(src: Iterable<T>) |
| Name | Summary |
|---|---|
| iterator | open fun iterator(): Iterator<X> |