- get(Object) - Method in class org.arp.javautil.datastore.BdbMap
-
- get(Object) - Method in class org.arp.javautil.datastore.DatabaseMap
-
Deprecated.
- get(Object) - Method in class org.arp.javautil.map.ImnuMap
-
- get() - Method in class org.arp.javautil.swing.SwingWorker
-
Return the value created by the construct method.
- getAttempts() - Method in class org.arp.javautil.io.Retryer
-
- getb() - Method in class org.arp.javautil.stat.Line
-
Returns the y-intercept of this line.
- getCovariance() - Method in class org.arp.javautil.stat.UpdatingCovarCalc
-
Return the covariance of the list of points specified to this object.
- getDatabaseProduct() - Method in class org.arp.javautil.sql.AbstractConnectionSpec
-
- getDatabaseProduct() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
- getDatabaseVersion() - Method in class org.arp.javautil.sql.AbstractConnectionSpec
-
- getDatabaseVersion() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
- getDataSource() - Method in class org.arp.javautil.sql.DataSourceConnectionSpec
-
Gets the specified data source.
- getDriver() - Method in class org.arp.javautil.sql.AbstractConnectionSpec
-
- getDriver() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
- getDriverVersion() - Method in class org.arp.javautil.sql.AbstractConnectionSpec
-
- getDriverVersion() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
- getEdge(Object, Object) - Method in class org.arp.javautil.graph.DirectedGraph
-
- getEdgeCount() - Method in class org.arp.javautil.graph.DirectedGraph
-
Get the total number of edges.
- getElapsedHours(long, long) - Static method in class org.arp.javautil.log.ElapsedTime
-
- getElapsedMilliseconds(long, long) - Static method in class org.arp.javautil.log.ElapsedTime
-
- getElapsedMinutes(long, long) - Static method in class org.arp.javautil.log.ElapsedTime
-
- getElapsedSeconds(long, long) - Static method in class org.arp.javautil.log.ElapsedTime
-
- getElapsedTime(long, long) - Static method in class org.arp.javautil.log.ElapsedTime
-
- getEmptyOrNull(String) - Static method in class org.arp.javautil.string.StringUtil
-
Returns whether the given string is
null, of length 0, or contains just whitespace.
- getErrors() - Method in class org.arp.javautil.io.Retryer
-
- getFinish() - Method in class org.arp.javautil.graph.Edge
-
- getInstance() - Method in class org.arp.javautil.graph.WeightFactory
-
- getInstance(Number) - Method in class org.arp.javautil.graph.WeightFactory
-
- getm() - Method in class org.arp.javautil.stat.Line
-
Returns the slope of this line.
- getMajor() - Method in class org.arp.javautil.version.MajorMinorVersion
-
- getMaxVersion() - Method in class org.arp.javautil.version.VersionRange
-
- getMinor() - Method in class org.arp.javautil.version.MajorMinorVersion
-
- getMinVersion() - Method in class org.arp.javautil.version.VersionRange
-
- getOrCreate() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
Returns a connection to a SQL database that may be new or part of a
connection pool.
- getOrCreate() - Method in class org.arp.javautil.sql.DataSourceConnectionSpec
-
Creates a database connection or gets an existing connection with the
JNDI name, username and password specified in the constructor.
- getOrCreate() - Method in class org.arp.javautil.sql.DriverManagerConnectionSpec
-
Creates a database connection or gets an existing connection with
the JDBC URL, username and password specified in the constructor.
- getResourceAsStream(String) - Static method in class org.arp.javautil.io.IOUtil
-
Finds a resource with a given name, using this class' class loader.
- getResourceAsStream(String, Class<?>) - Static method in class org.arp.javautil.io.IOUtil
-
Finds a resource with a given name using the class loader of the
specified class.
- getRetries() - Method in class org.arp.javautil.io.Retryer
-
- getStart() - Method in class org.arp.javautil.graph.Edge
-
- getStdDev() - Method in class org.arp.javautil.stat.UpdatingVarCalc
-
Return the standard deviation of the list of values specified to this
object.
- getSumSquaredDeviations() - Method in class org.arp.javautil.stat.UpdatingCovarCalc
-
Return the sum squared of the list of points specified to this object.
- getSumSquaredDeviations() - Method in class org.arp.javautil.stat.UpdatingVarCalc
-
Return the sum squared of the list of values specified to this object.
- getUserInput(String) - Static method in class org.arp.javautil.io.IOUtil
-
- getValue() - Method in class org.arp.javautil.swing.SwingWorker
-
Get the value produced by the worker thread, or null if it hasn't been
constructed yet.
- getVariance() - Method in class org.arp.javautil.stat.UpdatingVarCalc
-
Return the variance of the list of values specified to this object.
- getVersionString() - Method in class org.arp.javautil.version.AbstractVersion
-
- getVersionString() - Method in interface org.arp.javautil.version.Version
-
- getVisited() - Method in class org.arp.javautil.graph.Edge
-
- getWeight() - Method in class org.arp.javautil.graph.Edge
-
- getx(double) - Method in class org.arp.javautil.stat.Line
-
Returns the value of x given y.
- gety(double) - Method in class org.arp.javautil.stat.Line
-
Returns the value of y given x.
- greaterThan(long) - Method in class org.arp.javautil.graph.Weight
-
Checks to see if this weight is greater than the given long value.
- ImnuMap<K,V> - Class in org.arp.javautil.map
-
ImnuMap is a
HashMap that specifies a default value for
keys that are not in the map.
- ImnuMap(ImnuMap.DefaultValue<V>) - Constructor for class org.arp.javautil.map.ImnuMap
-
- ImnuMap() - Constructor for class org.arp.javautil.map.ImnuMap
-
Creates a new ImnuMap instance that returns null for all missing keys.
- ImnuMap.DefaultValue<V> - Interface in org.arp.javautil.map
-
- interrupt() - Method in class org.arp.javautil.swing.SwingWorker
-
A new method that interrupts the worker thread.
- intersection(Collection<Set<K>>) - Static method in class org.arp.javautil.collections.Collections
-
- intersection(Set<K>...) - Static method in class org.arp.javautil.collections.Collections
-
- InvalidConnectionSpecArguments - Exception in org.arp.javautil.sql
-
- invertSign() - Method in class org.arp.javautil.graph.Weight
-
Creates a new weight with the opposite sign.
- IOUtil - Class in org.arp.javautil.io
-
Convenience routines for reading files, resources, readers, and input
streams.
- isAutoCommitEnabled() - Method in class org.arp.javautil.sql.AbstractConnectionSpec
-
- isAutoCommitEnabled() - Method in interface org.arp.javautil.sql.ConnectionSpec
-
- isClosed() - Method in class org.arp.javautil.datastore.BdbMap
-
- isClosed() - Method in interface org.arp.javautil.datastore.DataStore
-
Checks whether the store has already been shut down
- isDatabaseCompatible(String, DatabaseVersion, DatabaseVersion) - Method in class org.arp.javautil.sql.DatabaseMetaDataWrapper
-
Compares database product name and version information to that reported
by the database.
- isDriverCompatible(String, DriverVersion, DriverVersion) - Method in class org.arp.javautil.sql.DatabaseMetaDataWrapper
-
Compares JDBC driver name and version information to that reported
by the driver.
- isEmpty() - Method in class org.arp.javautil.datastore.BdbMap
-
- isEmpty() - Method in class org.arp.javautil.datastore.DatabaseMap
-
Deprecated.
- isEmpty() - Method in class org.arp.javautil.graph.DirectedGraph
-
Check to see if there are any vertices defined.
- isEqual(long) - Method in class org.arp.javautil.graph.Weight
-
Checks if this weight has the same value as the given long.
- isInfinity() - Method in class org.arp.javautil.graph.Weight
-
Checks if this weight has value of positive or negative infinity.
- isNegativeInfinity() - Method in class org.arp.javautil.graph.Weight
-
Checks if this weight has value of negative infinity.
- isPositiveInfinity() - Method in class org.arp.javautil.graph.Weight
-
Checks if this weight has value of positive infinity.
- isWithinRange(E) - Method in class org.arp.javautil.version.VersionRange
-
- iterator() - Method in class org.arp.javautil.graph.DirectedGraph
-
Create an iterator of vertices.
- Iterators - Class in org.arp.javautil.collections
-