Class RelationalOp
java.lang.Object
edu.umd.cs.findbugs.filter.RelationalOp
- Author:
- pugh
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RelationalOpstatic final RelationalOpstatic final RelationalOpstatic final RelationalOpstatic final RelationalOpstatic final RelationalOp -
Method Summary
Modifier and TypeMethodDescriptionstatic RelationalOpabstract <T extends Comparable<T>>
booleancheck(T x, T y) getName()toString()static Collection<RelationalOp> values()
-
Field Details
-
EQ
-
LEQ
-
NEQ
-
GEQ
-
LT
-
GT
-
-
Method Details
-
check
-
byName
-
values
-
toString
-
getName
-