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
-
Classes in edu.rit.util used by edu.rit.io
-
Classes in edu.rit.util used by edu.rit.mp
-
Classes in edu.rit.util used by edu.rit.mp.buf
-
Classes in edu.rit.util used by edu.rit.pj
-
Classes in edu.rit.util used by edu.rit.pj.clusterClassDescriptionClass ByteSequence provides an abstraction for a sequence of bytes.Class Timer controls the execution of a TimerTask's timed actions.
-
Classes in edu.rit.util used by edu.rit.pj.reduction
-
Classes in edu.rit.util used by edu.rit.utilClassDescriptionClass 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 typeint
.Class Searching.Byte is the base class for a helper object used to search an array of typebyte[]
.Class Searching.Character is the base class for a helper object used to search an array of typechar[]
.Class Searching.Double is the base class for a helper object used to search an array of typedouble[]
.Class Searching.Float is the base class for a helper object used to search an array of typefloat[]
.Class Searching.Integer is the base class for a helper object used to search an array of typeint[]
.Class Searching.Long is the base class for a helper object used to search an array of typelong[]
.Class Searching.Object is the base class for a helper object used to search an array of typeT[]
.Class Searching.Short is the base class for a helper object used to search an array of typeshort[]
.Class Sorting.Byte is the base class for a helper object used to sort an array of typebyte[]
.Class Sorting.Character is the base class for a helper object used to sort an array of typechar[]
.Class Sorting.Double is the base class for a helper object used to sort an array of typedouble[]
.Class Sorting.Float is the base class for a helper object used to sort an array of typefloat[]
.Class Sorting.Integer is the base class for a helper object used to sort an array of typeint[]
.Class Sorting.Long is the base class for a helper object used to sort an array of typelong[]
.Class Sorting.Object is the abstract base class for a helper object used to sort an array of objects of typeT[]
.Class Sorting.Short is the base class for a helper object used to sort an array of typeshort[]
.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. -
Classes in edu.rit.util used by ffx.potential.nonbonded
-
Classes in edu.rit.util used by ffx.potential.nonbonded.pme
-
Classes in edu.rit.util used by ffx.xray