Module ojalgo
Package org.ojalgo.structure
Interface ElementView2D<N extends Comparable<N>,V extends ElementView2D<N,V>>
- All Superinterfaces:
AccessScalar<N>,Comparable<V>,ElementView1D<N,,V> Iterable<V>,Iterator<V>,NumberDefinition,Spliterator<V>
- All Known Implementing Classes:
Access2D.ElementView,R064CSC.NonZeroView,R064CSR.NonZeroView
public interface ElementView2D<N extends Comparable<N>,V extends ElementView2D<N,V>>
extends ElementView1D<N,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from interface org.ojalgo.structure.ElementView1D
CHARACTERISTICSFields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Method Summary
Methods inherited from interface org.ojalgo.structure.AccessScalar
getMethods inherited from interface org.ojalgo.structure.ElementView1D
characteristics, compareTo, forEachRemaining, getComparator, hasPrevious, index, iterator, nextIndex, previous, previousIndex, remove, step, stream, tryAdvance, trySplitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValueMethods inherited from interface java.util.Spliterator
estimateSize, getExactSizeIfKnown, hasCharacteristics
-
Method Details
-
column
long column() -
row
long row()
-