Package org.ojalgo.structure
Interface Mutate1D.Sortable
-
- All Superinterfaces:
Structure1D
- All Known Implementing Classes:
Array1D
,ArrayC128
,ArrayH256
,ArrayQ128
,ArrayR032
,ArrayR064
,ArrayR128
,ArrayR256
,ArrayZ008
,ArrayZ016
,ArrayZ032
,ArrayZ064
,GenericStore
,PrimitiveArray
,R032Store
,R064Store
,ReferenceTypeArray
,ScalarArray
- Enclosing interface:
- Mutate1D
public static interface Mutate1D.Sortable extends Structure1D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>, Structure1D.LongIndex, Structure1D.LoopCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sortAscending()
void
sortDescending()
-
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
-