T
- type of elements heldpublic interface RandomisableList<T> extends List<T>
Modifier and Type | Method and Description |
---|---|
RandomisableList<T> |
randomSubList(int nelem)
Extract a sublist made up of nelem elements from the this list.
|
RandomisableList<T> randomSubList(int nelem)
nelem
- number of elements to extract