public interface ElementView2D<N extends Number,V extends ElementView2D<N,V>> extends ElementView1D<N,V>
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>
CHARACTERISTICS
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
Modifier and Type | Method and Description |
---|---|
long |
column() |
long |
row() |
ElementView2D<N,V> |
trySplit() |
characteristics, compareTo, forEachRemaining, getComparator, hasPrevious, index, iterator, nextIndex, previous, previousIndex, remove, step, stream, tryAdvance
byteValue, doubleValue, floatValue, get, getNumber, intValue, longValue, shortValue
forEach, spliterator
estimateSize, getExactSizeIfKnown, hasCharacteristics
long column()
long row()
ElementView2D<N,V> trySplit()
trySplit
in interface ElementView1D<N extends Number,V extends ElementView2D<N,V>>
trySplit
in interface Spliterator<V extends ElementView2D<N,V>>
Copyright © 2018 Optimatika. All rights reserved.