Class NoCachingNoUpdating.DisposableObjArray

java.lang.Object
com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray<Object>
com.landawn.abacus.util.NoCachingNoUpdating.DisposableObjArray
All Implemented Interfaces:
NoCachingNoUpdating, Cloneable, Iterable<Object>
Enclosing interface:
NoCachingNoUpdating

@Beta @SequentialOnly @Stateful public static class NoCachingNoUpdating.DisposableObjArray extends NoCachingNoUpdating.DisposableArray<Object>
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 array itself.