Module ojalgo
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
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
-
reference
long[] reference()
-