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