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. |
forEach, forEachFloatBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface FloatIterableiterator in interface java.lang.Iterable<java.lang.Float>Iterable.iterator()