Package org.scijava.util

Interface Summary
Combiner Interface for combining structurally-delicate items (such as annotations) which need to be unified to a single output.
PrimitiveArray<ArrayType,BaseType> Interface for primitive-type extensible arrays, modeled after ArrayList, but more performant.
Sizable An entity with a size.
 

Class Summary
AbstractPrimitiveArray<ArrayType,BaseType> Abstract base class for primitive-type extensible arrays.
AppUtils Useful methods for obtaining details of the SciJava application environment.
ArrayUtils Utility class for creating and manipulating PrimitiveArray instances.
BoolArray An extensible array of boolean elements.
ByteArray An extensible array of byte elements.
CharArray An extensible array of char elements.
CheckSezpoz Deprecated.
ClassUtils Useful methods for working with Class objects and primitive types.
ColorRGB A color with red, green and blue color components.
ColorRGBA A color with red, green, blue and alpha color components.
Colors Predefined ColorRGB objects and related utility methods.
CombineAnnotations Deprecated. Use AnnotationCombiner instead.
ConversionUtils Useful methods for converting and casting between classes and types.
DebugUtils Useful methods for debugging programs.
DoubleArray An extensible array of double elements.
FileUtils Useful methods for working with file paths.
FloatArray An extensible array of float elements.
IntArray An extensible array of int elements.
IntCoords This class represents an (X, Y) coordinate pair in integer coordinates.
IntRect A class for representing a rectangular region, in integer coordinates.
IteratorPlus<E> A class that provides more thorough support for iteration.
LineOutputStream This class hides a line-based output behind an OutputStream.
ListUtils Useful methods for working with Lists.
LongArray An extensible array of long elements.
Manifest Helper class for working with JAR manifests.
MersenneTwisterFast MersenneTwister and MersenneTwisterFast
MetaInfCombiner Accumulates information from the class path to make META-INF/ files appropriate for an uber jar.
MirrorWebsite This program mirrors a given website.
MiscUtils Miscellaneous utility methods.
NumberUtils Useful methods for working with Number objects.
ObjectArray<E> An extensible, generic array of Object elements.
POM Helper class for working with Maven POMs.
Prefs Simple utility class that stores and retrieves user preferences.
ProcessUtils Useful methods for working with processes.
ReadInto This class takes an InputStream and either accumulates the read bytes in a String or outputs to a PrintStream.
RealCoords This class represents an (X, Y) coordinate pair in real coordinates.
RealRect A class for representing a rectangular region, in real coordinates.
ServiceCombiner Combines Service information from all JAR files on the classpath.
ShortArray An extensible array of short elements.
SizableArrayList<E> An ArrayList whose size can be adjusted more efficiently.
StringMaker Helper class for building up Strings of key/value pairs.
Timing A helper class to help with optimizing the performance of a list of operations.
TunePlayer Any QBasic fans out there? ;-)
UnitUtils Utility methods for working with units.
XML Helper class for working with XML documents.
 



Copyright © 2009–2014 SciJava. All rights reserved.