Interface InternalCDOFeatureDelta.ListIndexAffecting
- 
- Enclosing interface:
- InternalCDOFeatureDelta
 
 public static interface InternalCDOFeatureDelta.ListIndexAffectingIf the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaffectIndices(InternalCDOFeatureDelta.ListTargetAdding[] source, int[] indices)Expects the number of indices in the first element of the indices array.intprojectIndex(int index)
 
- 
- 
- 
Method Detail- 
affectIndicesvoid affectIndices(InternalCDOFeatureDelta.ListTargetAdding[] source, int[] indices) Expects the number of indices in the first element of the indices array.
 - 
projectIndexint projectIndex(int index) - Since:
- 4.6
 
 
- 
 
-