public class StudentRandomOrder extends Object implements StudentOrder
| Constructor and Description |
|---|
StudentRandomOrder(DataProperties config) |
| Modifier and Type | Method and Description |
|---|---|
List<Student> |
order(List<Student> students)
Return the given set of students in a random order
|
public StudentRandomOrder(DataProperties config)