public interface FloatBidirectionalIterable extends FloatIterable
Iterable
that further strengthens the specification of Iterable.iterator()
.Modifier and Type | Method and Description |
---|---|
FloatBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator . |
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
FloatBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface FloatIterable
iterator
in interface java.lang.Iterable<java.lang.Float>
Iterable.iterator()