public static final class Access1D.ElementView<N extends Number> extends Object implements ElementView1D<N,Access1D.ElementView<N>>
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 |
---|---|
double |
doubleValue() |
long |
estimateSize() |
N |
get() |
boolean |
hasNext() |
boolean |
hasPrevious() |
long |
index() |
Access1D.ElementView<N> |
next() |
Access1D.ElementView<N> |
previous() |
Access1D.ElementView<N> |
trySplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characteristics, compareTo, forEachRemaining, getComparator, iterator, nextIndex, previousIndex, remove, step, stream, tryAdvance
byteValue, floatValue, getNumber, intValue, longValue, shortValue
forEach, spliterator
getExactSizeIfKnown, hasCharacteristics
public double doubleValue()
doubleValue
in interface AccessScalar<N extends Number>
Number.doubleValue()
public long estimateSize()
estimateSize
in interface Spliterator<Access1D.ElementView<N extends Number>>
public N get()
get
in interface AccessScalar<N extends Number>
public boolean hasNext()
hasNext
in interface Iterator<Access1D.ElementView<N extends Number>>
public boolean hasPrevious()
hasPrevious
in interface ElementView1D<N extends Number,Access1D.ElementView<N extends Number>>
public long index()
index
in interface ElementView1D<N extends Number,Access1D.ElementView<N extends Number>>
public Access1D.ElementView<N> next()
next
in interface Iterator<Access1D.ElementView<N extends Number>>
public Access1D.ElementView<N> previous()
previous
in interface ElementView1D<N extends Number,Access1D.ElementView<N extends Number>>
public Access1D.ElementView<N> trySplit()
trySplit
in interface Spliterator<Access1D.ElementView<N extends Number>>
trySplit
in interface ElementView1D<N extends Number,Access1D.ElementView<N extends Number>>
Copyright © 2018 Optimatika. All rights reserved.