| Interface | Description |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| ReflectionUtils.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
| ReflectionUtils.FieldFilter |
Callback optionally used to filter fields to be operated on by a field callback.
|
| ReflectionUtils.MethodCallback |
Action to take on each method.
|
| ReflectionUtils.MethodFilter |
Callback optionally used to filter methods to be operated on by a method callback.
|
| Class | Description |
|---|---|
| Assert |
Assertion utility class that assists in validating arguments.
|
| ClassUtils |
Miscellaneous
java.lang.Class utility methods. |
| CollectionUtils |
Miscellaneous collection utility methods.
|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| ObjectUtils |
Miscellaneous object utility methods.
|
| ReflectionUtils |
Simple utility class for working with the reflection API and handling
reflection exceptions.
|
| StreamUtils |
Simple utility methods for dealing with streams.
|
| StringUtils |
Miscellaneous
String utility methods. |
| Enum | Description |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
Copyright © 2025. All rights reserved.