Package org.cicirello.util


package org.cicirello.util
This package includes classes and interfaces that serve some useful utility purpose.
  • Class
    Description
    Utility 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.
    Copyable<T extends Copyable<T>>
    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.
    Implements sorting networks for sorting small subsets of array elements.