Package org.ojalgo.structure
Interface Access1D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate1D>
-
- All Superinterfaces:
Structure1D
- All Known Implementing Classes:
Access1D.SelectionView
,Access2D.ColumnView
,Access2D.RowView
,AccessAnyD.VectorView
,Array1D
,ArrayC128
,ArrayH256
,ArrayQ128
,ArrayR032
,ArrayR064
,ArrayR128
,ArrayR256
,ArrayZ008
,ArrayZ016
,ArrayZ032
,ArrayZ064
,BasicArray
,BufferArray
,BufferR032
,BufferR064
,BufferZ008
,BufferZ016
,BufferZ032
,BufferZ064
,ColumnsSupplier.SingleView
,DenseArray
,GenericStore
,HouseholderColumn
,HouseholderRow
,OffHeapArray
,OffHeapR032
,OffHeapR064
,OffHeapZ008
,OffHeapZ016
,OffHeapZ032
,OffHeapZ064
,PlainArray
,PrimitiveArray
,R032Store
,R064Store
,ReferenceTypeArray
,RowsSupplier.SingleView
,ScalarArray
,SegmentedArray
,SparseArray
public static interface Access1D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate1D> 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 Default Methods Modifier and Type Method Description default <I extends R>
Icollect(Factory1D<I> factory)
void
supplyTo(R receiver)
-
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
-