Interface Shuffleable<E>
public interface Shuffleable<E>
-
Method Summary
Modifier and Type Method Description Shuffleable<E>
shuffle()
Randomizes the elements in thisShuffleable
.
-
Method Details
-
shuffle
Shuffleable<E> shuffle()Randomizes the elements in thisShuffleable
.- Returns:
- this
-