C - the generic typepublic class Skip<C> extends CollectionMapper
| Constructor and Description |
|---|
Skip(java.util.List<? extends CollectionElement<C>> listA,
java.util.List<? extends CollectionElement<C>> listB,
int increment)
Instantiates a new skip.
|
Skip(java.util.List<? extends CollectionElement<C>> listA,
java.util.List<? extends CollectionElement<C>> listB,
int increment,
int iteration)
Instantiates a new skip.
|
Skip(java.util.List<? extends CollectionElement<C>> listA,
java.util.List<? extends CollectionElement<C>> listB,
int increment,
int iteration,
int overlap)
Instantiates a new skip.
|
getIncrement, getIteration, getListA, getListB, getOverlap, map, mappublic Skip(java.util.List<? extends CollectionElement<C>> listA, java.util.List<? extends CollectionElement<C>> listB, int increment)
listA - the list alistB - the list bincrement - the incrementpublic Skip(java.util.List<? extends CollectionElement<C>> listA, java.util.List<? extends CollectionElement<C>> listB, int increment, int iteration)
listA - the list alistB - the list bincrement - the incrementiteration - the iterationpublic Skip(java.util.List<? extends CollectionElement<C>> listA, java.util.List<? extends CollectionElement<C>> listB, int increment, int iteration, int overlap)
listA - the list alistB - the list bincrement - the incrementiteration - the iterationoverlap - the overlap