Uses of Package
edu.rit.util

Packages that use edu.rit.util
Package
Description
The HTTP package provides a lightweight HTTP/1.0 server.
The IO package provides the DataOutputStream and DataInputStream classes to read/write primitive data types and strings in binary form.
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
The PJ package (Parallel Java) support shared memory, message passing and hybrid shared memory/message passing parallelization in pure Java.
The Cluster package contains the Parallel Java cluster middleware and the main program for the PJ Job Scheduler Daemon process for a parallel computer.
The Reduction package provides a variety of reduction variables.
The Util package contains utilities that support the PJ API.
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and Particle Mesh Ewald electrostastics.
 
The X-ray package implements support for X-ray and Neutron refinement.
  • Classes in edu.rit.util used by edu.rit.http
    Class
    Description
    Interface Logger specifies the interface for an object that logs messages.
  • Classes in edu.rit.util used by edu.rit.io
    Class
    Description
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by edu.rit.mp
    Class
    Description
    Interface Logger specifies the interface for an object that logs messages.
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by edu.rit.mp.buf
    Class
    Description
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by edu.rit.pj
    Class
    Description
    Class LongRange provides a range of type long.
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by edu.rit.pj.cluster
    Class
    Description
    Class ByteSequence provides an abstraction for a sequence of bytes.
    Class Timer controls the execution of a TimerTask's timed actions.
  • Class
    Description
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by edu.rit.util
    Class
    Description
    Class ByteSequence provides an abstraction for a sequence of bytes.
    Interface Logger specifies the interface for an object that logs messages.
    Class LongRange provides a range of type long.
    Class Random is the abstract base class for a pseudorandom number generator (PRNG) designed for use in parallel scientific programming.
    Class RandomSubset provides an object that generates a random subset of a set of integers.
    Class Range provides a range of type int.
    Class Searching.Byte is the base class for a helper object used to search an array of type byte[].
    Class Searching.Character is the base class for a helper object used to search an array of type char[].
    Class Searching.Double is the base class for a helper object used to search an array of type double[].
    Class Searching.Float is the base class for a helper object used to search an array of type float[].
    Class Searching.Integer is the base class for a helper object used to search an array of type int[].
    Class Searching.Long is the base class for a helper object used to search an array of type long[].
    Class Searching.Object is the base class for a helper object used to search an array of type T[].
    Class Searching.Short is the base class for a helper object used to search an array of type short[].
    Class Sorting.Byte is the base class for a helper object used to sort an array of type byte[].
    Class Sorting.Character is the base class for a helper object used to sort an array of type char[].
    Class Sorting.Double is the base class for a helper object used to sort an array of type double[].
    Class Sorting.Float is the base class for a helper object used to sort an array of type float[].
    Class Sorting.Integer is the base class for a helper object used to sort an array of type int[].
    Class Sorting.Long is the base class for a helper object used to sort an array of type long[].
    Class Sorting.Object is the abstract base class for a helper object used to sort an array of objects of type T[].
    Class Sorting.Short is the base class for a helper object used to sort an array of type short[].
    Class Timer controls the execution of a TimerTask's timed actions.
    Interface TimerTask specifies the interface for an object that performs timed actions under the control of a Timer.
    Class TimerThread encapsulates a thread that does the timing for Timers and performs TimerTasks' actions when timeouts occur.
  • Class
    Description
    Class Range provides a range of type int.
  • Class
    Description
    Class Range provides a range of type int.
  • Classes in edu.rit.util used by ffx.xray
    Class
    Description
    Class Range provides a range of type int.