public class StudentRandomRealFirstOrder extends Object implements StudentOrder
| Constructor and Description |
|---|
StudentRandomRealFirstOrder() |
StudentRandomRealFirstOrder(DataProperties config) |
| Modifier and Type | Method and Description |
|---|---|
List<Student> |
order(List<Student> students)
Return the given set of students in a random order, however, all real
students before last-like (
Student.isDummy() is true) students. |
public StudentRandomRealFirstOrder(DataProperties config)
public StudentRandomRealFirstOrder()
public List<Student> order(List<Student> students)
Student.isDummy() is true) students.order in interface StudentOrderstudents - input list of students