IntIterable, java.lang.Iterable<java.lang.Integer>IntSortedSetAbstractIntSortedSet, IntAVLTreeSet, IntLinkedOpenCustomHashSet, IntLinkedOpenHashSet, IntRBTreeSet, IntSortedSets.EmptySet, IntSortedSets.Singleton, IntSortedSets.SynchronizedSortedSet, IntSortedSets.UnmodifiableSortedSetpublic interface IntBidirectionalIterable extends IntIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method | Description |
|---|---|---|
IntBidirectionalIterator |
iterator() |
Returns a type-specific
BidirectionalIterator. |
forEach, forEachIntBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface IntIterableiterator in interface java.lang.Iterable<java.lang.Integer>Iterable.iterator()