Searched defs:IsOdd (Results 1 – 2 of 2) sorted by relevance
64 bool IsOdd(int n) { in IsOdd() function
58 static class IsOdd implements Predicate<Integer>, Serializable { class in PredicatesTest