FloatIterable, java.lang.Iterable<java.lang.Float>FloatSortedSetAbstractFloatSortedSet, FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatRBTreeSet, FloatSortedSets.EmptySet, FloatSortedSets.Singleton, FloatSortedSets.SynchronizedSortedSet, FloatSortedSets.UnmodifiableSortedSetpublic interface FloatBidirectionalIterable extends FloatIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method | 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()