public class CoreImmutables extends Immutables
Immutables.Immutable, Immutables.ImmutableMapWrapperExternalizer| Constructor and Description |
|---|
CoreImmutables() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> InternalCacheEntry<K,V> |
immutableInternalCacheEntry(InternalCacheEntry<K,V> entry)
Wraps a
InternalCacheEntry} with an immutable InternalCacheEntry}. |
immutableCollectionCopy, immutableCollectionWrap, immutableEntry, immutableEntry, immutableListConvert, immutableListCopy, immutableListMerge, immutableListWrap, immutableMapCopy, immutableMapWrap, immutableSetConvert, immutableSetCopy, immutableSetWrap, immutableTypedProperties, isImmutablepublic static <K,V> InternalCacheEntry<K,V> immutableInternalCacheEntry(InternalCacheEntry<K,V> entry)
InternalCacheEntry} with an immutable InternalCacheEntry}. There is no copying involved.entry - the internal cache entry to wrap.InternalCacheEntry} wrapper that delegates to the original entry.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.