public class Set extends Object
| Constructor and Description |
|---|
Set() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlock(Block block)
Adds a new block to this duplication set.
|
Collection<Block> |
getBlocks()
Returns all blocks of this duplication set.
|
int |
getLineCount()
Returns the number of duplicated lines.
|
void |
setLineCount(int value)
Sets the number of duplicated lines to the specified value.
|
public void addBlock(Block block)
block - the new blockpublic Collection<Block> getBlocks()
public int getLineCount()
public void setLineCount(int value)
value - the value to setCopyright © 2018. All rights reserved.