X
- Type of itempublic final class StickyIterable<X> extends IterableEnvelope<X>
There is no thread-safety guarantee.
Constructor and Description |
---|
StickyIterable(Iterable<X> iterable)
Ctor.
|
StickyIterable(X... src)
Ctor.
|
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@SafeVarargs public StickyIterable(X... src)
src
- The underlying iterableCopyright © 2017 Cactoos. All rights reserved.