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

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUID.java78 private static short lastCount = Short.MIN_VALUE; field in class:UID
116 if (lastCount == Short.MAX_VALUE) {
132 lastCount = Short.MIN_VALUE;
141 count = lastCount++;

Completed in 45 milliseconds