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

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/
H A DNanoDuration.java55 duration = new Duration(nsec / ((long)NSEC_PER_MILLISECOND));
64 else if(ns >= NSEC_PER_MILLISECOND)
65 numMilliSeconds = ns / NSEC_PER_MILLISECOND;
98 public final static double NSEC_PER_MILLISECOND = 1000 * 1000; field in class:NanoDuration

Completed in 11 milliseconds