Class NoCachingNoUpdating.DisposableBooleanArray

java.lang.Object
com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
All Implemented Interfaces:
NoCachingNoUpdating, Cloneable
Enclosing interface:
NoCachingNoUpdating

@Beta @SequentialOnly @Stateful public static class NoCachingNoUpdating.DisposableBooleanArray extends Object implements NoCachingNoUpdating, Cloneable
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.