Module org.cicirello.core
Package org.cicirello.util
package org.cicirello.util
This package includes classes and interfaces that serve some useful utility purpose.
-
ClassDescriptionUtility class for filling integer arrays with consecutive integers.Utility class for checking and enforcing that an array has a length equal to a target length.Utility class for checking and enforcing that the length of an array is at least some target minimum length.A simple interface for objects that can be copied.An object of this class wraps an array of primitive doubles in such a way as to provide some ArrayList-like operations for a primitive array (e.g., using it as a partially-filled array).This class is an implementation of a partially-filled array of primitive double values.An object of this class wraps an array of primitive ints in such a way as to provide some ArrayList-like operations for a primitive array (e.g., using it as a partially-filled array).This class is an implementation of a partially-filled array of primitive int values.A utility class for performing element swaps.Implements sorting networks for sorting small subsets of array elements.A utility class for performing element swaps.