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.

  • Class
    Description
    The ArrayLogic class contains common utility functions for manipulating arrays of primitive components - byte, short or int.
    UtilException represents a util related exception.