Searched refs:toLong (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvmmib/
H A DJvmMemPoolEntryMeta.java200 node.setJvmMemPoolCollectThreshold(((SnmpCounter64)x).toLong());
226 node.setJvmMemPoolThreshold(((SnmpCounter64)x).toLong());
234 node.setJvmMemPoolPeakReset(((SnmpCounter64)x).toLong());
290 node.checkJvmMemPoolCollectThreshold(((SnmpCounter64)x).toLong());
316 node.checkJvmMemPoolThreshold(((SnmpCounter64)x).toLong());
324 node.checkJvmMemPoolPeakReset(((SnmpCounter64)x).toLong());
H A DJvmThreadingMeta.java177 node.setJvmThreadPeakCountReset(((SnmpCounter64)x).toLong());
237 node.checkJvmThreadPeakCountReset(((SnmpCounter64)x).toLong());
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpCounter64.java86 public Long toLong() { method in class:SnmpCounter64
H A DSnmpInt.java132 public Long toLong() { method in class:SnmpInt
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java209 long toLong(String val) { method in class:PropMap
217 return toLong(getProperty(s));
220 return toLong(setProperty(s, String.valueOf(val)));
228 long lval = toLong(sval);
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java140 private long toLong() { method in class:MutableBigInteger
944 return divideMagnitude(div, quotient).toLong();

Completed in 62 milliseconds