Searched defs:geq (Results 1 – 3 of 3) sorted by relevance
53 public static <T extends Comparable<T>> T geq(T value) { in geq() method in AdditionalMatchers67 public static byte geq(byte value) { in geq() method in AdditionalMatchers81 public static double geq(double value) { in geq() method in AdditionalMatchers95 public static float geq(float value) { in geq() method in AdditionalMatchers109 public static int geq(int value) { in geq() method in AdditionalMatchers123 public static long geq(long value) { in geq() method in AdditionalMatchers137 public static short geq(short value) { in geq() method in AdditionalMatchers
308 public static <T extends Comparable<T>> T geq(Comparable<T> value) { in geq() method in EasyMock321 public static byte geq(byte value) { in geq() method in EasyMock334 public static double geq(double value) { in geq() method in EasyMock347 public static float geq(float value) { in geq() method in EasyMock360 public static int geq(int value) { in geq() method in EasyMock373 public static long geq(long value) { in geq() method in EasyMock386 public static short geq(short value) { in geq() method in EasyMock
220 public enum Relation {less, leq, equal, geq, greater} enumConstant