public class ComparedValue<T> extends Object
Constructor and Description |
---|
ComparedValue(T value,
Enum<ComparedType> compare) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getValue() |
int |
hashCode() |
boolean |
isEqual() |
boolean |
isLeft() |
boolean |
isRight() |
public ComparedValue(T value, Enum<ComparedType> compare)
Copyright © 2015. All rights reserved.