Package | Description |
---|---|
lev |
Modifier and Type | Class and Description |
---|---|
class |
LMergeList<T extends LMergable>
An arrayList that holds LMergable objects that have a special
merge function, that allows for adding the list without replacing the old.
|
Modifier and Type | Method and Description |
---|---|
void |
LMergable.mergeIn(LMergable in)
Function to handle merging in an element that is equal.
|