Package com.qfs.index
Interface IMultiVersionIntegerArray.IDiscardProcedure
-
- All Superinterfaces:
gnu.trove.procedure.TIntProcedure
- Enclosing interface:
- IMultiVersionIntegerArray
public static interface IMultiVersionIntegerArray.IDiscardProcedure extends gnu.trove.procedure.TIntProcedureA procedure that is invoked whenever the garbage stored in aversionof anarrayiscollected.This procedure is executed on each index for which the discarded version had a value that has been overridden in the following version.
- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(int discardedValue)
-