Package | Description |
---|---|
org.ojalgo.structure |
Modifier and Type | Method and Description |
---|---|
RowView<N> |
RowView.iterator() |
RowView<N> |
RowView.next() |
RowView<N> |
RowView.previous() |
default RowView<N> |
Access2D.rows() |
Modifier and Type | Method and Description |
---|---|
Stream<RowView<N>> |
RowView.stream(boolean parallel) |
Spliterator<RowView<N>> |
RowView.trySplit() |
Modifier and Type | Method and Description |
---|---|
int |
RowView.compareTo(RowView<N> other) |
Modifier and Type | Method and Description |
---|---|
void |
RowView.forEachRemaining(Consumer<? super RowView<N>> action) |
boolean |
RowView.tryAdvance(Consumer<? super RowView<N>> action) |
Copyright © 2019 Optimatika. All rights reserved.