Annotation Interface In
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionLimits copying only to many of the elements given by thearrayLengthParameterparameter.Copy only a part of the array starting at the offset given by thearrayOffsetParametermethod parameter.
-
Element Details
-
arrayOffsetParameter
String arrayOffsetParameterCopy only a part of the array starting at the offset given by thearrayOffsetParametermethod parameter. By default, the whole array is copied. ThearrayOffsetParametercan be used to improve the performance and copy only a part of the array over the boundary.- Default:
""
-
arrayLengthParameter
String arrayLengthParameterLimits copying only to many of the elements given by thearrayLengthParameterparameter. By default, the whole array is copied. ThearrayLengthParametercan be used to improve the performance and copy only a part of the array over the boundary.- Default:
""
-