org.biojava.utils (biojava-legacy 1.9.5 API)
Useful base-class for objects implementing Changeable
BeanAsMap ChangeAdapterThis is a ChangeListener that ignores everything.
ChangeEventEvent which encapsulates a change in any mutable BioJava object.
ChangeForwarderThis is a ChangeListener that is designed to adapt events of one type from one source to events of another type emitted by another source.
ChangeForwarder.RetyperA ChangeForwarder that systematically uses a given type and wraps the old event.
ChangeListener.AlwaysVetoListenerAn implementation that always vetoes everything.
ChangeListener.ChangeEventRecorderA listener that remembers the ChangeEvent of the last change.
ChangeListener.LoggingListenerA listener that writes information about the event stream to a PrintStream.
ChangeSupportA utility class to provide management for informing ChangeListeners of ChangeEvents.
ChangeTypeClass for all constants which are used to indicate change types.
ClassToolsUtility methods for manipulating class objects and resources.
ConstantsSome usefull constants for working with binary files.
ExecRunnerMakes running external executables easier, optionally under a watched thread.
FileAsListFileAsList creates a writable List
implementation backed by a random access file.
implements Changeable support with a ChangeHub that stores ChangeListener by key.
JDBCConnectionPoolReally simple connection pool for JDBC databases.
JDBCPooledDataSourceReturns a DataSource that implements connection pooling Uses Jakarta Commons DBCP and Pool packages.
ListTools ListTools.Doublet ListTools.SeriesListA list that represents a series of values.
ListTools.Triplet MergingIterator MergingSet ObjectUtilutility methods for implementing the equals() and hashCode() methods of Objects.
OverlayMapOverlap one map onto another.
ParseErrorEventEvent which signals a bad line when parsing a record.
ProcessTools Deprecated.preferable to use org.biojava.utils.ExecRunner or the org.biojava.utils.process package.
RepeatedCharSequence ServicesUtility methods for handling META-INF/services files
SimpleThreadPoolSimpleThreadPool is a basic implementation of
ThreadPool for use where we don't wish to introduce a
dependency on a 3rd-party pool.
Lightweight implementation of Map which uses little memory to store a small number of mappings, at the expense of scalability.
SmallSetLightweight implementation of Set which uses little memory to store a small number of items, at the expense of scalability.
StaticMemberPlaceHolder TriStateClass that represents the tristate values possible in a logical operation: true, false and indeterminate.
TypedPropertiesa sub-class of java.util.Properties that provides the same constructors, adds two convenient load methods to load the properties from files and, most importantly, adds getPropertyAsXXX() methods to get a property as an object of type XXX.
UnchangeableThis is a utility implementation of Changeable that doesn't fire any events or keep references to any listeners.