Package edu.rit.util

Package edu.rit.util contains general utility components.

See:
          Description

Interface Summary
Logger Interface Logger specifies the interface for an object that logs messages.
TimerTask Interface TimerTask specifies the interface for an object that performs timed actions under the control of a Timer.
 

Class Summary
Arrays Class Arrays provides static methods for various operations on arrays and matrices of primitive types and object types.
ByteSequence Class ByteSequence provides an abstraction for a sequence of bytes.
DefaultRandom Class DefaultRandom provides a default pseudorandom number generator (PRNG) designed for use in parallel scientific programming.
Hex Class Hex provides static methods for converting between hexadecimal strings and numbers of various kinds.
Instance Class Instance provides static methods for creating instances of classes.
LongRange Class LongRange provides a range of type long.
Mathe Class Mathe provides useful mathematical operations.
Mcg1Random Class Mcg1Random provides a default pseudorandom number generator (PRNG) designed for use in parallel scientific programming.
Packing Class Packing provides static methods for packing and unpacking arrays of bytes into and out of integers, long integers, and arrays thereof.
PrintStreamLogger Class PrintStreamLogger provides an object that logs messages to a print stream.
Random Class Random is the abstract base class for a pseudorandom number generator (PRNG) designed for use in parallel scientific programming.
RandomSample Class RandomSample provides objects that generate random samples from discrete sets.
RandomSubset Class RandomSubset provides an object that generates a random subset of a set of integers.
Range Class Range provides a range of type int.
Searching Class Searching provides static methods for searching arrays of primitive types and object types.
Searching.Byte Class Searching.Byte is the base class for a helper object used to search an array of type byte[].
Searching.Character Class Searching.Character is the base class for a helper object used to search an array of type char[].
Searching.Double Class Searching.Double is the base class for a helper object used to search an array of type double[].
Searching.Float Class Searching.Float is the base class for a helper object used to search an array of type float[].
Searching.Integer Class Searching.Integer is the base class for a helper object used to search an array of type int[].
Searching.Long Class Searching.Long is the base class for a helper object used to search an array of type long[].
Searching.Object<T> Class Searching.Object is the base class for a helper object used to search an array of type T[].
Searching.Short Class Searching.Short is the base class for a helper object used to search an array of type short[].
Sorting Class Sorting provides static methods for sorting arrays of primitive types and object types.
Sorting.Byte Class Sorting.Byte is the base class for a helper object used to sort an array of type byte[].
Sorting.Character Class Sorting.Character is the base class for a helper object used to sort an array of type char[].
Sorting.Double Class Sorting.Double is the base class for a helper object used to sort an array of type double[].
Sorting.Float Class Sorting.Float is the base class for a helper object used to sort an array of type float[].
Sorting.Integer Class Sorting.Integer is the base class for a helper object used to sort an array of type int[].
Sorting.Long Class Sorting.Long is the base class for a helper object used to sort an array of type long[].
Sorting.Object<T> Class Sorting.Object is the abstract base class for a helper object used to sort an array of objects of type T[].
Sorting.Short Class Sorting.Short is the base class for a helper object used to sort an array of type short[].
Timer Class Timer controls the execution of a TimerTask's timed actions.
TimerThread Class TimerThread encapsulates a thread that does the timing for Timers and performs TimerTasks' actions when timeouts occur.
 

Package edu.rit.util Description

Package edu.rit.util contains general utility components.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.