boolean |
ConcurrentReferenceHashMap.containsKey(java.lang.Object key) |
|
ConcurrentReferenceHashMap.Reference<K,V> |
ConcurrentReferenceHashMap.ReferenceManager.createReference(ConcurrentReferenceHashMap.Entry<K,V> entry,
int hash,
ConcurrentReferenceHashMap.Reference<K,V> next) |
|
static java.lang.Object |
SerializationUtils.deserialize(byte[] bytes) |
Deserialize the byte array into an object.
|
static void |
Assert.doesNotContain(java.lang.String textToSearch,
java.lang.String substring,
java.lang.String message) |
Assert that the given text does not contain the given substring.
|
static void |
Assert.doesNotContain(java.lang.String textToSearch,
java.lang.String substring,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that the given text does not contain the given substring.
|
<T> T |
ConcurrentReferenceHashMap.Segment.doTask(int hash,
java.lang.Object key,
com.aspectran.core.util.ConcurrentReferenceHashMap.Task<T> task) |
Apply an update operation to this segment.
|
boolean |
ConcurrentReferenceHashMap.Entry.equals(java.lang.Object other) |
|
V |
ConcurrentReferenceHashMap.get(java.lang.Object key) |
|
protected int |
ConcurrentReferenceHashMap.getHash(java.lang.Object o) |
Get the hash for a given object, apply an additional hash function to reduce
collisions.
|
V |
ConcurrentReferenceHashMap.getOrDefault(java.lang.Object key,
V defaultValue) |
|
V |
ConcurrentReferenceHashMap.getOrDefault(java.lang.Object key,
V defaultValue) |
|
protected ConcurrentReferenceHashMap.Reference<K,V> |
ConcurrentReferenceHashMap.getReference(java.lang.Object key,
ConcurrentReferenceHashMap.Restructure restructure) |
|
ConcurrentReferenceHashMap.Reference<K,V> |
ConcurrentReferenceHashMap.Segment.getReference(java.lang.Object key,
int hash,
ConcurrentReferenceHashMap.Restructure restructure) |
|
static void |
Assert.hasLength(java.lang.String text,
java.lang.String message) |
Assert that the given String is not empty; that is,
it must not be null and not the empty String.
|
static void |
Assert.hasLength(java.lang.String text,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that the given String is not empty; that is,
it must not be null and not the empty String.
|
static void |
Assert.hasText(java.lang.String text,
java.lang.String message) |
Assert that the given String contains valid text content; that is, it must not
be null and must contain at least one non-whitespace character.
|
static void |
Assert.hasText(java.lang.String text,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that the given String contains valid text content; that is, it must not
be null and must contain at least one non-whitespace character.
|
static void |
Assert.isAssignable(java.lang.Class<?> superType,
java.lang.Class<?> subType,
java.lang.String message) |
Assert that superType.isAssignableFrom(subType) is true.
|
static void |
Assert.isAssignable(java.lang.Class<?> superType,
java.lang.Class<?> subType,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that superType.isAssignableFrom(subType) is true.
|
static void |
Assert.isInstanceOf(java.lang.Class<?> type,
java.lang.Object obj) |
Assert that the provided object is an instance of the provided class.
|
static void |
Assert.isInstanceOf(java.lang.Class<?> type,
java.lang.Object obj,
java.lang.String message) |
Assert that the provided object is an instance of the provided class.
|
static void |
Assert.isInstanceOf(java.lang.Class<?> type,
java.lang.Object obj,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that the provided object is an instance of the provided class.
|
static void |
Assert.isNull(java.lang.Object object,
java.lang.String message) |
Assert that an object is null.
|
static void |
Assert.isNull(java.lang.Object object,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that an object is null.
|
static void |
Assert.noNullElements(java.lang.Object[] array,
java.lang.String message) |
Assert that an array contains no null elements.
|
static void |
Assert.noNullElements(java.lang.Object[] array,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that an array contains no null elements.
|
static void |
Assert.notEmpty(java.lang.Object[] array,
java.lang.String message) |
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
|
static void |
Assert.notEmpty(java.lang.Object[] array,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
|
static void |
Assert.notEmpty(java.util.Collection<?> collection,
java.lang.String message) |
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
|
static void |
Assert.notEmpty(java.util.Collection<?> collection,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
|
static void |
Assert.notEmpty(java.util.Map<?,?> map,
java.lang.String message) |
Assert that a Map contains entries; that is, it must not be null
and must contain at least one entry.
|
static void |
Assert.notEmpty(java.util.Map<?,?> map,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that a Map contains entries; that is, it must not be null
and must contain at least one entry.
|
static void |
Assert.notNull(java.lang.Object object,
java.lang.String message) |
Assert that an object is not null.
|
static void |
Assert.notNull(java.lang.Object object,
java.util.function.Supplier<java.lang.String> messageSupplier) |
Assert that an object is not null.
|
static java.lang.ClassLoader |
ClassUtils.overrideThreadContextClassLoader(java.lang.ClassLoader classLoaderToUse) |
Override the thread context ClassLoader with the environment's bean ClassLoader
if necessary, i.e.
|
V |
ConcurrentReferenceHashMap.put(K key,
V value) |
|
V |
ConcurrentReferenceHashMap.put(K key,
V value) |
|
V |
ConcurrentReferenceHashMap.putIfAbsent(K key,
V value) |
|
V |
ConcurrentReferenceHashMap.putIfAbsent(K key,
V value) |
|
static void |
ClassUtils.restoreThreadContextClassLoader(java.lang.ClassLoader classLoader) |
|
static byte[] |
SerializationUtils.serialize(java.lang.Object object) |
Serialize the given object to a byte array.
|
V |
ConcurrentReferenceHashMap.Entry.setValue(V value) |
|