Package org.uma.jmetal.util.grouping.impl
package org.uma.jmetal.util.grouping.impl
-
ClassesClassDescriptionListGrouping<C extends Comparable<C>>Abstract class that groups a list of
Comparableentities by some order in the collection.ListLinearGrouping<C extends Comparable<C>>Class that groups a list ofComparableentities by order in the collection.ListOrderedGrouping<C extends Comparable<C>>Class that groups a list ofComparableentities by ascending order.