Constructor and Description |
---|
CollectionMapper(java.util.List<? extends CollectionElement<C>> listA,
java.util.List<? extends CollectionElement<C>> listB,
int increment,
int iteration,
int overlap)
Instantiates a new collection mapper.
|
Modifier and Type | Method and Description |
---|---|
int |
getIncrement()
Gets the increment.
|
int |
getIteration()
Gets the iteration.
|
java.util.List<? extends CollectionElement<C>> |
getListA()
Gets the list a.
|
java.util.List<? extends CollectionElement<C>> |
getListB()
Gets the list b.
|
int |
getOverlap()
Gets the overlap.
|
void |
map()
Map.
|
void |
map(int offset)
Map.
|
public CollectionMapper(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 overlappublic void map()
public void map(int offset)
offset
- the offsetpublic java.util.List<? extends CollectionElement<C>> getListA()
public java.util.List<? extends CollectionElement<C>> getListB()
public int getIncrement()
public int getIteration()
public int getOverlap()