Package com.irurueta.commons
This package is the base package for all Java SE common classes.
-
Interface Summary Interface Description EditDistance.ArrayWrapper<T> Interface used as a wrapper for arrays of type T used to generalized efficient access to elements of an array of a generic data type T. -
Class Summary Class Description BuildInfo Contains build data for this library.DateUtils Utility class to work with timestamps or dates.EditDistance Utility class to compute Levenshtein distance (number of substitutions/modifications) between two arrays or strings.EditDistance.GenericArrayWrapper<T> Implementation of ArrayWrapper for generic objects of type T.EditDistance.StringArrayWrapper Specific implementation of ArrayWrapper for Strings.MaskedPanFormatter Generates a masked PAN where only the last 4 digits are displayed and the remaining ones are masked using digit groupings according to the corresponding credit card network.PanMaskGenerator Class to generate masks for PAN (Personal Account Numbers) of credit cards. -
Exception Summary Exception Description CommonsException Base exception class for this package.