|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ordering | |
---|---|
net.sourceforge.cilib.util.selection | |
net.sourceforge.cilib.util.selection.ordering |
Uses of Ordering in net.sourceforge.cilib.util.selection |
---|
Methods in net.sourceforge.cilib.util.selection with parameters of type Ordering | |
---|---|
SelectionSyntax<E> |
SelectionSyntax.orderBy(Ordering<E> ordering)
|
SelectionSyntax<E> |
Selection.orderBy(Ordering<E> ordering)
Apply the provided ordering on the current selection. |
Uses of Ordering in net.sourceforge.cilib.util.selection.ordering |
---|
Classes in net.sourceforge.cilib.util.selection.ordering that implement Ordering | |
---|---|
class |
ProportionalOrdering<E>
Apply a proportionate ordering. |
class |
RandomOrdering<E>
Apply a random ordering to the provided list. |
class |
ReverseOrdering<E>
Reverse the ordering of the provided list of entries. |
class |
RingBasedOrdering<E>
Arrange all elements as a ring and depending on the desired pivot point, return an ordering that defines the list of elements that follow on from the pivot. |
class |
SortedOrdering<E extends Comparable>
Apply a sorting operation to the provided list, ordering the list naturally from smallest to largest. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |