Searched defs:nextUniqueId (Results 1 – 2 of 2) sorted by relevance
26 private static final AtomicInteger nextUniqueId = new AtomicInteger(1); field in RealElement
216 static int nextUniqueId() in nextUniqueId() function