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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DColorType.java96 private static int nextID; field in class:ColorType
118 this.index = nextID++;
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCache.java45 int nextID = 1; field in class:XRGlyphCache
93 return nextID++;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DObjectReferenceImpl.java56 private static long nextID = 0L; field in class:ObjectReferenceImpl
57 private static synchronized long nextID() { method in class:ObjectReferenceImpl
58 return nextID++;
64 myID = nextID();

Completed in 32 milliseconds