Searched defs:canRepresent (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.h79 bool canRepresent(int x) { return (x >= min && x <= max); } function in struct:coding
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java735 boolean canRepresent(int minValue, int maxValue) { method in class:Coding
753 boolean canRepresent(int[] values, int start, int end) { method in class:Coding
765 return canRepresent(lmin, lmax);

Completed in 108 milliseconds