Uses of Package
org.cliffc.high_scale_lib

Packages that use org.cliffc.high_scale_lib
com.boundary.high_scale_lib   
java.util   
java.util.concurrent   
org.cliffc.high_scale_lib   
 

Classes in org.cliffc.high_scale_lib used by com.boundary.high_scale_lib
LongIterator
          An extension of the standard Iterator interface which provides the LongIterator.nextLong() method to avoid auto-boxing of results as they are returned.
 

Classes in org.cliffc.high_scale_lib used by java.util
NonBlockingHashtable
          A lock-free alternate implementation of ConcurrentHashMap with better scaling properties and generally lower costs to mutate the Map.
 

Classes in org.cliffc.high_scale_lib used by java.util.concurrent
NonBlockingHashMap
          A lock-free alternate implementation of ConcurrentHashMap with better scaling properties and generally lower costs to mutate the Map.
 

Classes in org.cliffc.high_scale_lib used by org.cliffc.high_scale_lib
ConcurrentAutoTable
          An auto-resizing table of longs, supporting low-contention CAS operations.
IntIterator
          An iterator optimized for primitive collections which avoids auto-boxing on IntIterator.next().
LongIterator
          An extension of the standard Iterator interface which provides the LongIterator.nextLong() method to avoid auto-boxing of results as they are returned.
NonBlockingSetInt
          A multi-threaded bit-vector set, implemented as an array of primitive longs.
 



Copyright © 2014. All rights reserved.