See: Description
| Interface | Description |
|---|---|
| ReusableIterator<E> |
| Class | Description |
|---|---|
| AtomicFieldUpdaterUtil | |
| AtomicFieldUpdaterUtil.Node | |
| ByteBufferUtil |
This is fork of ElasticSearch's ByteBufferAllocator.Cleaner class
|
| CaseIgnoringComparator | |
| ConcurrentIdentityHashMap<K,V> |
An alternative identity-comparing
ConcurrentMap which is similar to
ConcurrentHashMap. |
| ConcurrentIdentityHashMap.HashEntry<K,V> |
ConcurrentReferenceHashMap list entry.
|
| ConcurrentIdentityHashMap.Segment<K,V> |
Segments are specialized versions of hash tables.
|
| ConcurrentIdentityHashMap.SimpleEntry<K,V> | |
| ConcurrentIdentityWeakKeyHashMap<K,V> |
An alternative weak-key identity-comparing
ConcurrentMap which is
similar to ConcurrentHashMap. |
| ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> |
ConcurrentReferenceHashMap list entry.
|
| ConcurrentIdentityWeakKeyHashMap.Segment<K,V> |
Segments are specialized versions of hash tables.
|
| ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V> | |
| ConcurrentIdentityWeakKeyHashMap.WeakKeyReference<K> |
A weak-key reference which stores the key hash needed for reclamation.
|
| ConversionUtil |
Conversion utility class to parse a property represented as a string or
an object.
|
| DeadLockProofWorker | |
| DetectionUtil |
Utility that detects various properties specific to the current runtime
environment, such as Java version and the availability of the
sun.misc.Unsafe object. |
| EmptyArrays | |
| ExecutorUtil |
Shuts down a list of
Executors. |
| NativeLibraryLoader |
Helper class to load JNI resources.
|
| NonReentrantLock | |
| SharedResourceMisuseDetector |
Warn when user creates too many instances to avoid
OutOfMemoryError. |
| StringUtil |
String utility class.
|
| SystemPropertyUtil |
A collection of utility methods to retrieve and parse the values of the Java system properties.
|
| ThreadLocalBoolean | |
| ThreadLocalRandom |
A random number generator isolated to the current thread.
|
| UnterminatableExecutor |
Disables shutdown of an
Executor by wrapping the Executor. |