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
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
CHARACTERISTICS
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
-
Method Summary
Methods inherited from interface org.ojalgo.structure.AccessScalar
get
Methods inherited from interface org.ojalgo.structure.ElementView1D
characteristics, compareTo, forEachRemaining, getComparator, hasPrevious, index, iterator, nextIndex, previous, previousIndex, remove, step, stream, tryAdvance, trySplit
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
Methods inherited from interface java.util.Spliterator
estimateSize, getExactSizeIfKnown, hasCharacteristics
-
Method Details
-
column
long column() -
row
long row()
-