Package org.revapi
Class ElementPair
- java.lang.Object
-
- org.revapi.ElementPair
-
public final class ElementPair extends Object
A simple pair of elements. At least one of them is always non-null.
-
-
Constructor Summary
Constructors Constructor Description ElementPair(Element oldElement, Element newElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Element
getNewElement()
Element
getOldElement()
int
hashCode()
-