Package org.ojalgo.structure
Interface ElementViewAnyD<N extends java.lang.Comparable<N>,V extends ElementViewAnyD<N,V>>
-
- All Superinterfaces:
AccessScalar<N>
,java.lang.Comparable<V>
,ElementView1D<N,V>
,java.lang.Iterable<V>
,java.util.Iterator<V>
,NumberDefinition
,java.util.Spliterator<V>
- All Known Implementing Classes:
AccessAnyD.ElementView
public interface ElementViewAnyD<N extends java.lang.Comparable<N>,V extends ElementViewAnyD<N,V>> extends ElementView1D<N,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Spliterator
java.util.Spliterator.OfDouble, java.util.Spliterator.OfInt, java.util.Spliterator.OfLong, java.util.Spliterator.OfPrimitive<T extends java.lang.Object,T_CONS extends java.lang.Object,T_SPLITR extends java.util.Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>
-
-
Field Summary
-
Fields inherited from interface org.ojalgo.structure.ElementView1D
CHARACTERISTICS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]
reference()
-
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 org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
-