Package it.unibo.alchemist.util
Object Lists
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> List<T>
takeFraction(List<T> $self, Double percentage)
Takes the first percentage * size elements of the list. -
-
Method Detail
-
takeFraction
final static <T extends Any> List<T> takeFraction(List<T> $self, Double percentage)
Takes the first percentage * size elements of the list.
-
-
-
-