HomeSort by relevance Sort by last modified time
    Searched full:nextuniquenumber (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 564 private static final AtomicLong nextUniqueNumber = new AtomicLong();
644 long num = nextUniqueNumber.getAndIncrement();
    [all...]

Completed in 112 milliseconds