Package | Description |
---|---|
gov.sandia.cognition.algorithm |
Provides general interfaces and implementations for algorithms.
|
gov.sandia.cognition.algorithm.event |
Provides useful components for handling algorithm events.
|
gov.sandia.cognition.collection |
Provides commonly useful collection implementations.
|
gov.sandia.cognition.data.convert |
Provides utilities for doing data type conversion.
|
gov.sandia.cognition.data.convert.number |
Provides utilities for doing data type conversion with numbers.
|
gov.sandia.cognition.data.convert.vector |
Provides utilities for doing data type conversion with vectors.
|
gov.sandia.cognition.data.temporal |
Provides interfaces for temporal data.
|
gov.sandia.cognition.evaluator |
Provides interfaces and classes to do with the
Evaluator interface. |
gov.sandia.cognition.factory |
Provides interfaces and implementations of general factory objects.
|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
gov.sandia.cognition.framework.learning |
Provides a mechanism for putting learned objects into the Cognitive
Framework.
|
gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverter s. |
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
gov.sandia.cognition.graph | |
gov.sandia.cognition.graph.inference | |
gov.sandia.cognition.hash |
Provides hash function implementations.
|
gov.sandia.cognition.io.serialization |
Provides general classes for object serialization.
|
gov.sandia.cognition.learning.algorithm |
Provides general interfaces for learning algorithms.
|
gov.sandia.cognition.learning.algorithm.annealing |
Provides the Simulated Annealing algorithm.
|
gov.sandia.cognition.learning.algorithm.baseline |
Provides baseline (dummy) learning algorithms.
|
gov.sandia.cognition.learning.algorithm.bayes |
Provides algorithms for computing Bayesian categorizers.
|
gov.sandia.cognition.learning.algorithm.clustering |
Provides clustering algorithms.
|
gov.sandia.cognition.learning.algorithm.clustering.cluster |
Provides implementations of different types of clusters.
|
gov.sandia.cognition.learning.algorithm.clustering.divergence |
Provides divergence functions for use in clustering.
|
gov.sandia.cognition.learning.algorithm.clustering.hierarchy |
Provides a hierarchy for clusters.
|
gov.sandia.cognition.learning.algorithm.clustering.initializer |
Provides implementations of methods for selecting initial clusters.
|
gov.sandia.cognition.learning.algorithm.confidence |
Provides confidence-weighted categorization algorithms.
|
gov.sandia.cognition.learning.algorithm.delta |
Provides an abstract class for helping to implement variants of the Burrows'
Delta algorithm.
|
gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
gov.sandia.cognition.learning.algorithm.factor.machine |
Provides factorization machine algorithms.
|
gov.sandia.cognition.learning.algorithm.genetic |
Provides a genetic algorithm implementation.
|
gov.sandia.cognition.learning.algorithm.genetic.reproducer |
Provides reproduction functions for use with a Genetic Algorithm.
|
gov.sandia.cognition.learning.algorithm.genetic.selector |
Provides selection functions for a Genetic Algorithm.
|
gov.sandia.cognition.learning.algorithm.gradient |
Provides gradient based learning algorithms.
|
gov.sandia.cognition.learning.algorithm.hmm |
Provides hidden Markov model (HMM) algorithms.
|
gov.sandia.cognition.learning.algorithm.minimization |
Provides minimization algorithms.
|
gov.sandia.cognition.learning.algorithm.minimization.line |
Provides line (scalar) minimization algorithms.
|
gov.sandia.cognition.learning.algorithm.minimization.line.interpolator |
Provides line (scalar) interpolation/extrapolation algorithms that fit an
algebraic function to a (small) collection of data points.
|
gov.sandia.cognition.learning.algorithm.minimization.matrix |
Provides matrix solving algorithms.
|
gov.sandia.cognition.learning.algorithm.nearest |
Provides algorithms for Nearest-Neighbor memory-based functions.
|
gov.sandia.cognition.learning.algorithm.pca |
Provides implementations of Principle Components Analysis (PCA).
|
gov.sandia.cognition.learning.algorithm.perceptron |
Provides the Perceptron algorithm and some of its variations.
|
gov.sandia.cognition.learning.algorithm.perceptron.kernel | |
gov.sandia.cognition.learning.algorithm.regression |
Provides regression algorithms, such as Linear Regression.
|
gov.sandia.cognition.learning.algorithm.root |
Provides algorithms for finding the roots, or zero crossings, of scalar functions.
|
gov.sandia.cognition.learning.algorithm.svm |
Provides implementations of Support Vector Machine (SVM) learning algorithms.
|
gov.sandia.cognition.learning.algorithm.tree |
Provides decision tree learning algorithms.
|
gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
gov.sandia.cognition.learning.data.feature |
Provides data feature extractors.
|
gov.sandia.cognition.learning.experiment |
Provides experiments for validating the performance of learning algorithms.
|
gov.sandia.cognition.learning.function |
Provides function objects for learning algorithms.
|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
gov.sandia.cognition.learning.function.cost |
Provides cost functions.
|
gov.sandia.cognition.learning.function.distance |
Provides distance functions.
|
gov.sandia.cognition.learning.function.kernel |
Provides kernel functions.
|
gov.sandia.cognition.learning.function.regression |
Provides functions that output real numbers from some input data structure.
|
gov.sandia.cognition.learning.function.scalar |
Provides functions that output real numbers.
|
gov.sandia.cognition.learning.function.summarizer |
Provides classes for summarizing data.
|
gov.sandia.cognition.learning.function.vector |
Provides functions that output vectors.
|
gov.sandia.cognition.learning.parameter |
Provides utility classes for handling learning algorithm parameters.
|
gov.sandia.cognition.learning.performance |
Provides performance measures.
|
gov.sandia.cognition.learning.performance.categorization |
Provides performance measures for categorizers.
|
gov.sandia.cognition.math |
Provides classes for mathematical computation.
|
gov.sandia.cognition.math.geometry |
Provides classes and interfaces for computational geometry.
|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
gov.sandia.cognition.math.matrix.custom |
Provides a custom linear algebra package implementation for both dense
and sparse classes.
|
gov.sandia.cognition.math.matrix.decomposition |
Provides matrix decompositions.
|
gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
gov.sandia.cognition.math.matrix.mtj.decomposition |
Provides matrix decomposition implementations using the Matrix Toolkits for
Java (MTJ) library.
|
gov.sandia.cognition.math.signals |
Provides mathematical signal processing methods.
|
gov.sandia.cognition.statistics |
Provides the inheritance hierarchy for general statistical methods and distributions.
|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
gov.sandia.cognition.statistics.bayesian.conjugate |
Provides Bayesian estimation routines based on conjugate prior distribution
of parameters of specific conditional distributions.
|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
gov.sandia.cognition.statistics.method |
Provides algorithms for evaluating statistical data and conducting statistical inference, particularly frequentist methods.
|
gov.sandia.cognition.statistics.montecarlo |
Provides Monte Carlo procedures for numerical integration and sampling.
|
gov.sandia.cognition.text |
Provides classes for processing text.
|
gov.sandia.cognition.text.convert |
Provides classes for converting objects to a textual representation.
|
gov.sandia.cognition.text.document |
Provides representations for textual documents.
|
gov.sandia.cognition.text.document.extractor |
Provides extractors for pulling textual documents out of files.
|
gov.sandia.cognition.text.evaluation |
Provides methods for evaluating text processing algorithms.
|
gov.sandia.cognition.text.relation |
Provides classes for relationships involving text.
|
gov.sandia.cognition.text.spelling |
Provides classes for spelling.
|
gov.sandia.cognition.text.term |
Provides term representing text content in documents.
|
gov.sandia.cognition.text.term.filter |
Provides classes for filtering and transforming terms.
|
gov.sandia.cognition.text.term.filter.stem |
Provides stemming algorithms for terms.
|
gov.sandia.cognition.text.term.relation |
Provides relationships between terms.
|
gov.sandia.cognition.text.term.vector |
Provides methods for handling documents represented as term vectors.
|
gov.sandia.cognition.text.term.vector.weighter |
Provides term weighting algorithms.
|
gov.sandia.cognition.text.term.vector.weighter.global |
Provides global term weighting algorithms.
|
gov.sandia.cognition.text.term.vector.weighter.local |
Provides local term weighting algorithms.
|
gov.sandia.cognition.text.term.vector.weighter.normalize |
Provides term weight normalization algorithms.
|
gov.sandia.cognition.text.token |
Provides text tokenization algorithms.
|
gov.sandia.cognition.text.topic |
Provides topic modeling algorithms.
|
gov.sandia.cognition.time |
Provides classes for dealing with temporal data.
|
gov.sandia.cognition.util |
Provides general utility classes.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
Temporal
The
Temporal interface defines the functionality of an object that
has a time associated with it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
DefaultTriple
The
DefaultTriple class implements a simple structure for a triple
of three objects, potentially of different types. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Triple
The
Triple interface defines the functionality of an object that
contains a three other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractWeighted
Container class for a Weighted object
|
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultNamedValue
The
DefaultNamedValue class implements a container of a name-value
pair. |
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Weighted
The
Weighted interface is to be used on objects that have some
weight component assigned to them. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
AbstractWeighted
Container class for a Weighted object
|
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Weighted
The
Weighted interface is to be used on objects that have some
weight component assigned to them. |
WeightedPair
The
WeightedPair interface defines an extension of a normal
Pair that includes an additional weight. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Weighted
The
Weighted interface is to be used on objects that have some
weight component assigned to them. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Triple
The
Triple interface defines the functionality of an object that
contains a three other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Triple
The
Triple interface defines the functionality of an object that
contains a three other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractNamed
The
AbstractNamed class implements the Named interface
in a standard way by having a name field inside the object. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractNamed
The
AbstractNamed class implements the Named interface
in a standard way by having a name field inside the object. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractNamed
The
AbstractNamed class implements the Named interface
in a standard way by having a name field inside the object. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
NamedValue
The
NamedValue class describes a name-value pair. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
NamedValue
The
NamedValue class describes a name-value pair. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Summarizer
The
Summarizer interface defines the functionality of an object that
can take a collection of some data and return a summary of that data. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractNamed
The
AbstractNamed class implements the Named interface
in a standard way by having a name field inside the object. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
Class and Description |
---|
AbstractCloneableSerializable
The
AbstractCloneableserializable abstract class implements a default
version of the clone method that calls the Object clone method, but traps
the exception that can be thrown. |
AbstractNamed
The
AbstractNamed class implements the Named interface
in a standard way by having a name field inside the object. |
AbstractRandomized
The
AbstractRandomized abstract class implements the
Randomized interface by containing the random object in a protected
field. |
AbstractTemporal
Partial implementation of Temporal
|
AbstractWeighted
Container class for a Weighted object
|
CloneableSerializable
An object that is both cloneable and serializable, because Java's
Cloneable interface mistakenly doesn't have a clone() method
(search on the Web, it's funny "lost in the mists of time..." )
|
DefaultIdentifiedValue
A default implementation of the
IdentifiedValue interface that
stores a value along with its identifier. |
DefaultKeyValuePair
A default implementation of the
KeyValuePair interface. |
DefaultNamedValue
The
DefaultNamedValue class implements a container of a name-value
pair. |
DefaultPair
The
DefaultPair class implements a simple structure for a pair
of two objects, potentially of different types. |
DefaultTriple
The
DefaultTriple class implements a simple structure for a triple
of three objects, potentially of different types. |
DefaultWeightedValue
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |
DefaultWeightedValue.WeightComparator
A comparator for weighted values based on the weight.
|
Identified
Defines functionality for an object that has some type of identifier.
|
IdentifiedValue
Interface for a pairing of an identifier and its associated value.
|
KeyValuePair
Represents a key-value pair.
|
Named
The
Named interface defines an Object that has a useful name
attached to it, which is common for many types of Objects. |
NamedValue
The
NamedValue class describes a name-value pair. |
Pair
The
Pair interface defines the functionality of an object that
contains a pair of other objects inside of it. |
Randomized
The
Randomized interface defines the functionality of an object
whose computations are based in part on an underlying random number
generator (a Random object). |
Temporal
The
Temporal interface defines the functionality of an object that
has a time associated with it. |
TemporalValue
The
TemporalValue interface defines the interface for a container
that has a temporal coordinate plus a stored value. |
Triple
The
Triple interface defines the functionality of an object that
contains a three other objects inside of it. |
Weighted
The
Weighted interface is to be used on objects that have some
weight component assigned to them. |
WeightedPair
The
WeightedPair interface defines an extension of a normal
Pair that includes an additional weight. |
WeightedValue
Interface for a wrapper for a value that associates a weight with it.
|