public static class Difference.Result extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFERRED_MATCH |
static int |
MATCHED |
static int |
NOT_MATCHED |
Constructor and Description |
---|
Difference.Result(int code,
Object differentiator) |
Modifier and Type | Method and Description |
---|---|
static Difference.Result |
deferred(Object differentiator) |
int |
getCode() |
Object |
getDifferentiator() |
static Difference.Result |
matched() |
static Difference.Result |
notMatched() |
public static final int MATCHED
public static final int NOT_MATCHED
public static final int DEFERRED_MATCH
public Difference.Result(int code, Object differentiator)
public static Difference.Result notMatched()
public static Difference.Result matched()
public static Difference.Result deferred(Object differentiator)
public int getCode()
public Object getDifferentiator()
Copyright © 2006–2016 MojoHaus. All rights reserved.