Searched defs:toInteger (Results 1 – 4 of 4) sorted by relevance
885 public static int toInteger(final boolean bool) { in toInteger() method in BooleanUtils902 public static int toInteger(final boolean bool, final int trueValue, final int falseValue) { in toInteger() method in BooleanUtils921 …public static int toInteger(final Boolean bool, final int trueValue, final int falseValue, final i… in toInteger() method in BooleanUtils
58 public int toInteger() { in toInteger() method in BindServiceFlags
320 public Integer toInteger() { in toInteger() method in MutableInt
951 TEST(APFloatTest, toInteger) { in TEST() argument