public class GreaterThan<T extends Comparable<T>> extends CompareTo<T> implements Serializable
Constructor and Description |
---|
GreaterThan(Comparable<T> value) |
Modifier and Type | Method and Description |
---|---|
protected String |
getName() |
protected boolean |
matchResult(int result) |
describeTo, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public GreaterThan(Comparable<T> value)
protected String getName()
getName
in class CompareTo<T extends Comparable<T>>
protected boolean matchResult(int result)
matchResult
in class CompareTo<T extends Comparable<T>>
Copyright © 2018. All rights reserved.