Class NoCachingNoUpdating.DisposableEntry<K,V>

java.lang.Object
com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
NoCachingNoUpdating, Map.Entry<K,V>
Enclosing interface:
NoCachingNoUpdating

@Beta @SequentialOnly @Stateful public abstract static class NoCachingNoUpdating.DisposableEntry<K,V> extends Object implements Map.Entry<K,V>, NoCachingNoUpdating
One-off Object. No caching/saving in memory, No updating. To cache/save/update the Object, call clone()/copy().
Depends on context, it should be okay to cache/save the elements from the array, but never save or cache the Entry itself.