public class MergePair extends Object
Modifier and Type | Field and Description |
---|---|
Element |
left
Left and right hand elements.
|
Element |
right
Right.
|
Modifier and Type | Method and Description |
---|---|
Element |
getLeftElement()
Get the left hand side element in the pair.
|
Element |
getRightElement()
Get the right hand side element in the pair.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.