Package javacardx.framework.util
package javacardx.framework.util
Extension package that contains common utility functions for manipulating
arrays of primitive components -
byte, short or int.
The javacardx.framework.util package contains the ArrayLogic
class. The ArrayLogic class provides methods for functionality
similar to that of the javacardx.framework.Util class but with
generic Object component equivalents.
-
ClassDescriptionThe
ArrayLogicclass contains common utility functions for manipulating arrays of primitive components - byte, short or int.UtilExceptionrepresents a util related exception.