Package org.ojalgo.structure
Interface ElementViewAnyD<N extends Comparable<N>,V extends ElementViewAnyD<N,V>>
- All Superinterfaces:
AccessScalar<N>
,Comparable<V>
,ElementView1D<N,
,V> Iterable<V>
,Iterator<V>
,NumberDefinition
,Spliterator<V>
- All Known Implementing Classes:
AccessAnyD.ElementView
public interface ElementViewAnyD<N extends Comparable<N>,V extends ElementViewAnyD<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
-
reference
long[] reference()
-