Home
last modified time | relevance | path

Searched refs:isPositiveInt (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCollections2.java443 if (!isPositiveInt(permutations)) { in calculateSize()
451 if (!isPositiveInt(permutations)) { in calculateSize()
671 private static boolean isPositiveInt(long n) { in isPositiveInt() method in Collections2