| Name | Description | Type | Package | Framework |
| AbstractChangeable | Useful base-class for objects implementing ChangeableConstructor SummaryAbstractChangeable() | Class | org.jscience.util | JScience |
|
| AbstractIterator | makes it very easy to implement either an Enumeration or an Iterator. | Class | org.jscience.util | JScience |
|
| AbstractLogWriter | provides filtering capabilities for a LogWriter. | Class | org.jscience.util.logging | JScience |
|
| ActivityListener | Interface for object which monitor long-running activities. | Interface | org.jscience.util | JScience |
|
| ArrayCaster | A simple convenience class for casting arrays. | Class | org.jscience.util | JScience |
|
| ArrayIterator | This Iterator is used to iterate over Arrays. | Class | org.jscience.util | JScience |
|
| ArrayMapper | This class dispatch data between an array and several domain objects. | Class | org.jscience.util.mapper | JScience |
|
| ArraySliceMappable | This interface is used to map objects to and from simple arrays. | Interface | org.jscience.util.mapper | JScience |
|
| AssertionFailure | An unchecked exception representing an Assertion failure. | Class | org.jscience.util | JScience |
|
| Backup | allows to easily backup directories. | Class | org.jscience.util | JScience |
|
| Bag | A class representing a bag data structure (a list that does not permitFields inherited from class java. | Class | org.jscience.util | JScience |
|
| BinaryFileLog | A LogWriter that logs the entries synchronously serialized to a file. | Class | org.jscience.util.logging | JScience |
|
| BinaryLogFormatter | formats the LogEntry as a serialized byte array. | Class | org.jscience.util.logging | JScience |
|
| BinaryRelation | A class representing a binary relation. | Class | org.jscience.util | JScience |
|
| BinaryTree | A class representing a tree data structure with exactly 2 child elementsSee Also:Serialized Form | Class | org.jscience.util | JScience |
|
| BoundedNumberStepper | A class representing a way to iterate numbers. | Class | org.jscience.util | JScience |
|
| BreadthFirstTreeIterator | Provides an iterator through all the children of tree including tree itself. | Class | org.jscience.util | JScience |
|
| Cache | Interface for managing caches of objects. | Interface | org.jscience.util.cache | JScience |
|
| CacheMap | Interface for managing caches of objects fetchable by key. | Interface | org.jscience.util.cache | JScience |
|
| CacheReference | Interface for a reference to an object, analogous to java. | Interface | org.jscience.util.cache | JScience |
|
| Changeable | This is a flag interface that defines the common add/remove listener methods for classes and interfaces that wish to indicate that they are sources of | Interface | org.jscience.util | JScience |
|
| ChangeableCache | | Class | org.jscience.util.cache | JScience |
|
| ChangeAdapter | This is a ChangeListener that ignores everything. | Class | org.jscience.util | JScience |
|
| ChangeEvent | Event which encapsulates a change in any mutable BioJava object. | Class | org.jscience.util | JScience |
|
| ChangeForwarder | This is a ChangeListener that is designed to adapt events of one type from one source to events of another type emitted by another source. | Class | org.jscience.util | JScience |
|
| ChangeForwarder .Retyper | | Class | org.jscience.util | JScience |
|
| ChangeHub | Interface implemented by ChangeHubs, i. | Interface | org.jscience.util | JScience |
|
| ChangeListener | Interface for objects which listen to ChangeEvents. | Interface | org.jscience.util | JScience |
|
| ChangeListener .AlwaysVetoListener | An implementation that always vetoes everything. | Class | org.jscience.util | JScience |
|
| ChangeListener .LoggingListener | A listener that writes information about the event stream to a PrintStream. | Class | org.jscience.util | JScience |
|
| ChangeSupport | A utility class to provide management for informing ChangeListeners of This is loosely modelled after the standard PropertyChangeEvent objects. | Class | org.jscience.util | JScience |
|
| ChangeType | Class for all constants which are used to indicate change types. | Class | org.jscience.util | JScience |
|
| ChangeVetoException | Exception which is thrown when a ChangeListener does not wish a changeSince:1. | Class | org.jscience.util | JScience |
|
| CircularNumberStepper | A class representing a way to iterate numbers. | Class | org.jscience.util | JScience |
|
| CircularReferenceException | A class representing a CircularReferenceException, to be used withSee Also:Serialized Form | Class | org.jscience.util | JScience |
|
| Cloneable | Interface for cloneable classes. | Interface | org.jscience.util | JScience |
|
| CollectionUtils | utility class for calculations on sets java. | Class | org.jscience.util | JScience |
|
| ColorUtils | An set of utility functions that convert from one color space to another. | Class | org.jscience.util | JScience |
|
| Commented | An interface to mark up something that has some comments. | Interface | org.jscience.util | JScience |
|
| Commitable | from one known state to another via commit/rollback semantics. | Interface | org.jscience.util | JScience |
|
| CommitFailure | See Also:Serialized FormConstructor SummaryCommitFailure(java. | Class | org.jscience.util | JScience |
|
| ConsoleLog | ConsoleLog prints abbreviated log messages to the console using System. | Class | org.jscience.util.logging | JScience |
|
| CypherKey | CypherKey provides a very easy-to-use, yet effective encryption mechanism. | Class | org.jscience.util | JScience |
|
| DBLineLogFormatter | | Class | org.jscience.util.logging | JScience |
|
| Debug | | Class | org.jscience.util | JScience |
|
| Debug .FileExceptionHandler | can be used to conveniently write all exceptions to a file. | Class | org.jscience.util | JScience |
|
| DepthFirstTreeIterator | Provides an iterator through all the children of tree including tree itself. | Class | org.jscience.util | JScience |
|
| Encoded | Encoded encapsulates a serializable object in an encrypted format that requires the same synchronous key for both, encoding and decoding. | Class | org.jscience.util | JScience |
|
| EndianConverter | Utility to convert little endian data to big endian data. | Class | org.jscience.util | JScience |
|
| FatalException | | Class | org.jscience.util | JScience |
|
| Filter | | Interface | org.jscience.util | JScience |
|
| FixedSizeCache | Cache which stores up to limit Objects. | Class | org.jscience.util.cache | JScience |
|
| FixedSizeMap | A cache that only remembers a given number of keys. | Class | org.jscience.util.cache | JScience |
|
| FormatException | indicates that some content was not in the expected formatSee Also:Serialized Form | Class | org.jscience.util | JScience |
|
| HTMLExpressible | The interface HTMLExpressible indicates that the implementing class is able to express itself in HTML format. | Interface | org.jscience.util | JScience |
|
| IllegalDimensionException | The IllegalDimensionException class is thrown when a conflicting number of dimensions is found in a system with dimensions, it is therefore a kind | Class | org.jscience.util | JScience |
|
| IntervalTimer | Utility class used to calculate the time passed between two eventsConstructor SummaryIntervalTimer() | Class | org.jscience.util | JScience |
|
| JavaExpressible | The interface JavaExpressible indicates that the implementing class is able to express itself in Java format. | Interface | org.jscience.util | JScience |
|
| JDBC | The class JDBC provides some simplified access to existing ODBC and MySQL drivers through static methods. | Class | org.jscience.util | JScience |
|
| JDBCLogWriter | JDBCLogWriter provides a LogWriter that writes to a java. | Class | org.jscience.util.logging | JScience |
|
| JDBCTableModel | JDBCTableModel provides a simple way to display a table from a JDBC connection. | Class | org.jscience.util | JScience |
|
| JTextComponentLog | JTextComponentLog writes abbreviated log messages into a given JTextComponent synchronously. | Class | org.jscience.util.logging | JScience |
|
| KeyedWeakReference | Subclass of WeakReference which includes and extra field (the key) which can be used to help cleanup once this reference has been enqueued. | Class | org.jscience.util.cache | JScience |
|
| Level | Level classifies the logging of LogEntry objects. | Class | org.jscience.util.logging | JScience |
|
| LevelFilter | | Class | org.jscience.util.logging | JScience |
|
| License | a License provides and limits access to certain functionality based on individual classes or packages. | Class | org.jscience.util.license | JScience |
|
| Licensed | | Interface | org.jscience.util.license | JScience |
|
| LicenseHandler | can be used to obtain a license from some source if a call to Settings. | Interface | org.jscience.util.license | JScience |
|
| LicenseLoader | can be used to aquire licenses from a known location on demand. | Class | org.jscience.util | JScience |
|
| LicenseManager | LicenseManager provides the ability to use limited licenses based on classes Note that the LicenseManager only accepts Licenses that are properly signed, | Class | org.jscience.util.license | JScience |
|
| LicensingException | thrown to indicate that no valid license for a requested Object could beSee Also:LicenseManager, | Class | org.jscience.util.license | JScience |
|
| LogEntry | LogEntry represents a single record of a log logged by a Logger object and handled by a LogWriter object. | Class | org.jscience.util.logging | JScience |
|
| LogEntryFormatter | | Interface | org.jscience.util.logging | JScience |
|
| LogException | LogException is thrown when a problem is encountered while writing to aSee Also:LogWriter, | Class | org.jscience.util.logging | JScience |
|
| LogExceptionHandler | A LogExceptionHandler is used to control the behavior of a Logger in regards to occuring LogException events. | Interface | org.jscience.util.logging | JScience |
|
| LogFile | LogFile provides great convenience for logging information from a program into a file. | Class | org.jscience.util.logging | JScience |
|
| Logger | Logger somewhat leans on the functionality of the java. | Class | org.jscience.util.logging | JScience |
|
| LogWriter | The LogWriter interface defines objects that can be used as a handler for the Logger class. | Interface | org.jscience.util.logging | JScience |
|
| MappableArray | Wrapper class around an array in order to have it implement the ArraySliceMappable interface. | Class | org.jscience.util.mapper | JScience |
|
| MappableScalar | Wrapper class around a scalar in order to have it implement the ArraySliceMappable interface. | Class | org.jscience.util.mapper | JScience |
|
| MaximumIterationsExceededException | This exception occurs when a numerical algorithm exceeds it maximum number of allowable iterations. | Class | org.jscience.util | JScience |
|
| MethodComparator | compares objects by the return value of a specified method name. | Class | org.jscience.util | JScience |
|
| MiscellaneousUtils | | Class | org.jscience.util | JScience |
|
| Monitor | Monitor is a convenient class that is useful to communicate between threads by exchanging information through this Monitor. | Class | org.jscience.util | JScience |
|
| MonitorDelegator | The relevant calls to the monitor are delegated to a ProgressMonitor orFields inherited from class org. | Class | org.jscience.util | JScience |
|
| Named | | Interface | org.jscience.util | JScience |
|
| NamedColors | A class representing javascript and netscape colors. | Class | org.jscience.util | JScience |
|
| NAry | A class representing an element of a relation. | Class | org.jscience.util | JScience |
|
| NAryRelation | A class representing a generalized relation. | Class | org.jscience.util | JScience |
|
| NAryTree | A class representing a tree data structure with many child elements. | Class | org.jscience.util | JScience |
|
| NativeCode | An empty tagging interface to be implemented by all classes that use native function calls (yikes). | Interface | org.jscience.util | JScience |
|
| NestedException | A general perpose Exception that can wrap another exception. | Class | org.jscience.util | JScience |
|
| Numbering | A class representing a number like the one found in law articles, or in software version numbers | Class | org.jscience.util | JScience |
|
| NumberStepper | A class representing a way to iterate numbers. | Class | org.jscience.util | JScience |
|
| Parameterized | An interface to mark up something that contains an extra field parameter to support additional information storage without (sometimes inconveninet subclassing). | Interface | org.jscience.util | JScience |
|
| PatternExtractor | PatternExtractor provides a way to group objects by a pattern defined by an implementation. | Interface | org.jscience.util | JScience |
|
| Positioned | An interface to mark up something that is located in space. | Interface | org.jscience.util | JScience |
|
| PrintUtils | | Class | org.jscience.util | JScience |
|
| Relation | A class representing a relation in n dimensions, or R(n). | Interface | org.jscience.util | JScience |
|
| Relations | A class representing relations constants. | Class | org.jscience.util | JScience |
|
| ResourceNotFoundException | Thrown to indicate that a specific resource (an image, a sound, etc. | Class | org.jscience.util | JScience |
|
| ResultSetMetaDataTableModel | ResultSetMetaDataTableModel provides a simple way to display the meta data of a ResultSet. | Class | org.jscience.util | JScience |
|
| SecurityNames | a collection of security related names of supported algorithms. | Class | org.jscience.util | JScience |
|
| Settings | Settings provides access to several properties and resources that are used throughout the classes of this Antelmann. | Class | org.jscience.util | JScience |
|
| SimpleKey | A very simple encryption algorithm for demonstration purposes only. | Class | org.jscience.util | JScience |
|
| SmartProperties | See Also:Serialized FormFields inherited from class java. | Class | org.jscience.util | JScience |
|
| SocketLogListener | used to listen to LogEntry objects send through a NetConnection. | Class | org.jscience.util.logging | JScience |
|
| SocketWriter | simply used to write serialized LogEntry objects via networkSee Also:SocketConnection | Class | org.jscience.util.logging | JScience |
|
| SoftReferenceCache | Cache which is cleared according to memory pressure. | Class | org.jscience.util.cache | JScience |
|
| StackTraceFileWriter | writes full stack trace of entries that log an exception to a givenFields inherited from class org. | Class | org.jscience.util.logging | JScience |
|
| StaticMemberPlaceHolder | See Also:Serialized Formprotected StaticMemberPlaceHolder() | Class | org.jscience.util | JScience |
|
| Steppable | This interface is used to provide a simple way of providing classes with a standardized structure for time-steppable classes. | Interface | org.jscience.util | JScience |
|
| Stopwatch | Stopwatch is a convenient implementation to bench just about anything. | Class | org.jscience.util | JScience |
|
| StringBufferLog | StringBufferLog writes log messages into a StringBuffer. | Class | org.jscience.util.logging | JScience |
|
| StringLineFormatter | formats a LogEntry into a simple one-line String terminated by a line break. | Class | org.jscience.util.logging | JScience |
|
| StringUtils | A utility class with some useful functions to manipulate String objects. | Class | org.jscience.util | JScience |
|
| SynchronousKey | An interface to support very simple synchronous key encryption. | Interface | org.jscience.util | JScience |
|
| ThirdParty | An empty tagging interface to be implemented by all classes that have a dependency on any non-standard J2SE 1. | Interface | org.jscience.util | JScience |
|
| ThreadPool | uses a pool of threads to execute tasks asynchronously and concurrently. | Class | org.jscience.util | JScience |
|
| ThreadWorker | ThreadWorker runs tasks in a separate thread, where the tasks are queued up and performed one by one. | Class | org.jscience.util | JScience |
|
| ThreadWorker .Listener | | Interface | org.jscience.util | JScience |
|
| TimeSystem | | Interface | org.jscience.util | JScience |
|
| Tree | A class representing a tree data structure. | Class | org.jscience.util | JScience |
|
| Trivaluate | A class representing a an Object which can take three values: true, false and unknown. | Class | org.jscience.util | JScience |
|
| UnaryRelation | A class representing a relation in 1 dimension, this is a SetConstructor SummaryUnaryRelation() | Class | org.jscience.util | JScience |
|
| UnavailableDataException | The UnavailableDataException is thrown when there are problems fetching some data from un unreliable source (this can be the network availability | Class | org.jscience.util | JScience |
|
| Unchangeable | This is a utility implementation of Changeable that doesn't fire any events or keep references to any listeners. | Class | org.jscience.util | JScience |
|
| Visualizable | This abstract class provides the necessary methods for visualizable data. | Interface | org.jscience.util | JScience |
|
| WeakCacheMap | A cache which retains weak references to objectsConstructor SummaryWeakCacheMap() | Class | org.jscience.util.cache | JScience |
|
| WeakValueHashMap | Map implementation which keeps weak references to values. | Class | org.jscience.util.cache | JScience |
|
| XMLExpressible | The interface XMLExpressible indicates that the implementing class is able to express itself in valid XML format. | Interface | org.jscience.util | JScience |
|
| XMLLogFormatter | formats LogEntry objects as XML. | Class | org.jscience.util.logging | JScience |
|
| XMLWriter | writes LogEntry objects formatted as XML to either a PrintStream or PrintWriter. | Class | org.jscience.util.logging | JScience |