T
- Type of source itempublic final class Skipped<T> extends CollectionEnvelope<T>
There is no thread-safety guarantee.
Constructor and Description |
---|
Skipped(Collection<T> src,
int skip)
Ctor.
|
Skipped(int skip,
T... src)
Ctor.
|
Skipped(Iterable<T> src,
int skip)
Ctor.
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
@SafeVarargs public Skipped(int skip, T... src)
skip
- How many to skipsrc
- Source elementspublic Skipped(Iterable<T> src, int skip)
src
- Source iterableskip
- How many to skippublic Skipped(Collection<T> src, int skip)
src
- Source collectionskip
- How many to skipCopyright © 2017–2018 Cactoos. All rights reserved.