Home | History | Annotate | Download | only in jsse

Lines Matching refs:instanceCount

103     private static final AtomicInteger instanceCount = new AtomicInteger(0);
106 return instanceCount.get();
110 instanceCount.addAndGet(amount);