- FieldEnum<E extends Enum<E>,F> - Interface in com.googlecode.jinahya.lang
-
An interface for implementing an Enum for old school constant fields.
- FieldEnumHelper - Class in com.googlecode.jinahya.lang
-
- fieldValues(Class<E>, Class<F>) - Static method in class com.googlecode.jinahya.lang.FieldEnumHelper
-
Returns an array containing the field values of specified enum type, in
the order those enum constants returned from E.values()
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataDeferrability
-
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataFunctionType
-
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTableIndexType
-
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTypeNullability
-
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.ResultSetConcurrency
-
Returns an array containing the field values of this enum type, in the
order they are declared.
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.ResultSetFetchDirection
-
Returns an array containing the field values of this enum type, in the
order they are declared.
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.ResultSetHoldability
-
Returns an array containing the fields values of this enum type.
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.ResultSetType
-
Returns an array containing the fields values of this enum type.
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.TransactionIsolationLevel
-
Returns an array containing the field values of this enum type.
- fieldValues() - Static method in enum com.googlecode.jinahya.sql.Type
-
Returns an array containing the field values of this enum type.
- fieldValues() - Method in enum com.googlecode.jinahya.util.CalendarDayOfWeek
-
Returns an array containing the field values of this enum type, in order
they are declared.
- fieldValues() - Method in enum com.googlecode.jinahya.util.CalendarMonth
-
Returns an array containing the field values of this enum type, in order
they are declared.
- fieldValues() - Method in enum com.googlecode.jinahya.util.CalendarPeriodOfDay
-
Returns an array containing the field values of this enum type, in order
they are declared.
- fieldValues() - Method in enum com.googlecode.jinahya.util.logging.LoggingLevel
-
Returns an array containing the field values of this enum type, in order
they are declared.
- file(File, ZipEntry) - Static method in class com.googlecode.jinahya.util.zip.Zips
-
- FilterReadableByteChannel - Class in com.googlecode.jinahya.nio.channels
-
- FilterReadableByteChannel(ReadableByteChannel) - Constructor for class com.googlecode.jinahya.nio.channels.FilterReadableByteChannel
-
Creates an instance.
- FilterWritableByteChannel - Class in com.googlecode.jinahya.nio.channels
-
- FilterWritableByteChannel(WritableByteChannel) - Constructor for class com.googlecode.jinahya.nio.channels.FilterWritableByteChannel
-
Creates an instance.
- fromCalendar(Calendar) - Static method in enum com.googlecode.jinahya.util.CalendarDayOfWeek
-
Returns the enum constant of this type with the specified calendar's
field value.
- fromCalendar(Calendar) - Static method in enum com.googlecode.jinahya.util.CalendarMonth
-
Returns the enum constant of this type with the specified calendar's
field value.
- fromCalendar(Calendar) - Static method in enum com.googlecode.jinahya.util.CalendarPeriodOfDay
-
Returns the enum constant of this type with the specified calendar's
field value.
- fromConnection(Connection) - Static method in enum com.googlecode.jinahya.sql.TransactionIsolationLevel
-
Returns the enum constant of this type with the specified connection's
current transaction isolation level.
- fromFieldValue(Class<E>, F) - Static method in class com.googlecode.jinahya.lang.FieldEnumHelper
-
Returns the enum constant of specified enum type with specified field
value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataDeferrability
-
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataFunctionType
-
- fromFieldValue(short) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTableIndexType
-
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTypeNullability
-
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.ResultSetConcurrency
-
Returns the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.ResultSetFetchDirection
-
Returns the enum constant of this type with the specified fetch direction
value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.ResultSetHoldability
-
Returns the enum constant of this type with the specified result set
holdability.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.ResultSetType
-
Returns the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.TransactionIsolationLevel
-
Returns the enum constant of this type with the specified transaction
isolation level.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.sql.Type
-
Return the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.util.CalendarDayOfWeek
-
Returns the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.util.CalendarMonth
-
Returns the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.util.CalendarPeriodOfDay
-
Returns the enum constant of this type with the specified field value.
- fromFieldValue(int) - Static method in enum com.googlecode.jinahya.util.logging.LoggingLevel
-
Returns the enum constant of this type with the specified field value.
- fromLevel(Level) - Static method in enum com.googlecode.jinahya.util.logging.LoggingLevel
-
Returns the enum constant of this type with the specified level's int
value.
- fromResultSet(ResultSet) - Static method in enum com.googlecode.jinahya.sql.ResultSetConcurrency
-
Returns the enum constant of this type with the specified result set's
concurrency.
- fromResultSet(ResultSet) - Static method in enum com.googlecode.jinahya.sql.ResultSetFetchDirection
-
Returns the enum constant of this type with the specified result set's
current fetch direction value.
- fromResultSet(ResultSet) - Static method in enum com.googlecode.jinahya.sql.ResultSetHoldability
-
Returns the enum constant of this type with the specified result set's
current holdability.
- fromResultSet(ResultSet) - Static method in enum com.googlecode.jinahya.sql.ResultSetType
-
Returns the enum constant of this type with the specified result set's
type.
- fromValue(int) - Static method in enum com.googlecode.jinahya.sql.metadata.Function.Type
-
- fromValue(String) - Static method in enum com.googlecode.jinahya.sql.metadata.Table.Type
-
- Function - Class in com.googlecode.jinahya.sql.metadata
-
- Function() - Constructor for class com.googlecode.jinahya.sql.metadata.Function
-
- Function.Type - Enum in com.googlecode.jinahya.sql.metadata
-
- newChannel() - Method in class com.googlecode.jinahya.io.BlackOutputStream
-
Constructs a channel that writes bytes to this stream.
- newChannel() - Method in class com.googlecode.jinahya.io.WhiteInputStream
-
Constructs a channel that read bytes from this stream.
- newInstance() - Static method in class com.googlecode.jinahya.imageio.ImageFileSuffixes
-
- newInstance() - Static method in class com.googlecode.jinahya.imageio.ImageFormatNames
-
- newInstance() - Static method in class com.googlecode.jinahya.imageio.ImageMediaTypes
-
- newInstance(DatabaseMetaData) - Static method in class com.googlecode.jinahya.sql.metadata.DatabaseMetadata
-
- newInstance(Table, ResultSet) - Static method in class com.googlecode.jinahya.sql.metadata.PrimaryKey
-
- newInstance(Schema, ResultSet) - Static method in class com.googlecode.jinahya.sql.metadata.Table
-
- newInstance(Table, ResultSet) - Static method in class com.googlecode.jinahya.sql.metadata.TablePrivilege
-
- newInstance(Class<T>, Collection<? extends E>) - Static method in class com.googlecode.jinahya.xml.bind.ListWrapper
-
Creates a new instance of given listType contains specified
elements.
- newInstance(Class<T>) - Static method in class com.googlecode.jinahya.xml.bind.ListWrapper
-
Creates a new instance of pluralType.
- newInstance(Boolean) - Static method in class com.googlecode.jinahya.xml.bind.NillableBoolean
-
Creates a new instance.
- newInstance(Double) - Static method in class com.googlecode.jinahya.xml.bind.NillableDouble
-
Creates a new instance.
- newInstance(Float) - Static method in class com.googlecode.jinahya.xml.bind.NillableFloat
-
Creates a new instance.
- newInstance(Integer) - Static method in class com.googlecode.jinahya.xml.bind.NillableInteger
-
Creates a new instance.
- newInstance(Long) - Static method in class com.googlecode.jinahya.xml.bind.NillableLong
-
Creates a new instance.
- newInstance(String) - Static method in class com.googlecode.jinahya.xml.bind.NillableString
-
Creates a new instance.
- newInstance(Class<V>, R) - Static method in class com.googlecode.jinahya.xml.bind.NillableValue
-
Creates a new typed instance.
- newInstance(Class<P>, Collection<? extends S>) - Static method in class com.googlecode.jinahya.xml.bind.Plural
-
Creates a new instance of given pluralType contains specified
singulars.
- newInstance(Class<P>) - Static method in class com.googlecode.jinahya.xml.bind.Plural
-
Creates a new instance of pluralType.
- nextBytes(Random, int, int) - Static method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates a random byte array.
- nextBytes(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates a random byte array.
- nextInt(Random, int, int) - Static method in class com.googlecode.jinahya.util.JinahyaRandom
-
Returns a pseudorandom, uniformly distributed int value between
minimum (inclusive) and maximum (exclusive), drawn from
the given random number generator's sequence.
- nextInt(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Returns a pseudorandom, uniformly distributed int value between
minimum (inclusive) and maximum (exclusive), drawn from
the wrapped random number generator's sequence.
- nextSignedInt(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates a signed integer in arbitrary bit length.
- nextSignedLong(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates a signed long in arbitrary bit length.
- nextUnsignedInt(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates an unsigned integer in arbitrary bit length.
- nextUnsignedLong(int, int) - Method in class com.googlecode.jinahya.util.JinahyaRandom
-
Generates an unsigned long in arbitrary bits.
- NillableBoolean - Class in com.googlecode.jinahya.xml.bind
-
- NillableBoolean() - Constructor for class com.googlecode.jinahya.xml.bind.NillableBoolean
-
- NillableDouble - Class in com.googlecode.jinahya.xml.bind
-
- NillableDouble() - Constructor for class com.googlecode.jinahya.xml.bind.NillableDouble
-
- NillableFloat - Class in com.googlecode.jinahya.xml.bind
-
- NillableFloat() - Constructor for class com.googlecode.jinahya.xml.bind.NillableFloat
-
- NillableInteger - Class in com.googlecode.jinahya.xml.bind
-
- NillableInteger() - Constructor for class com.googlecode.jinahya.xml.bind.NillableInteger
-
- NillableLong - Class in com.googlecode.jinahya.xml.bind
-
- NillableLong() - Constructor for class com.googlecode.jinahya.xml.bind.NillableLong
-
- NillableString - Class in com.googlecode.jinahya.xml.bind
-
- NillableString() - Constructor for class com.googlecode.jinahya.xml.bind.NillableString
-
- NillableValue<R> - Class in com.googlecode.jinahya.xml.bind
-
The abstract class for simple values.
- NillableValue() - Constructor for class com.googlecode.jinahya.xml.bind.NillableValue
-
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataDeferrability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTableIndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTypeNullability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.metadata.Function.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.metadata.Table.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.ResultSetConcurrency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.ResultSetFetchDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.ResultSetHoldability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.ResultSetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.TransactionIsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.sql.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.util.CalendarDayOfWeek
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.util.CalendarMonth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.util.CalendarPeriodOfDay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jinahya.util.logging.LoggingLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataDeferrability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTableIndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.DatabaseMetaDataTypeNullability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.metadata.Function.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.metadata.Table.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.ResultSetConcurrency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.ResultSetFetchDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.ResultSetHoldability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.ResultSetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.TransactionIsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.sql.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.util.CalendarDayOfWeek
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.util.CalendarMonth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.util.CalendarPeriodOfDay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.jinahya.util.logging.LoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VersionColumn - Class in com.googlecode.jinahya.sql.metadata
-
- VersionColumn() - Constructor for class com.googlecode.jinahya.sql.metadata.VersionColumn
-
- VersionColumnValues - Class in com.googlecode.jinahya.sql.metadata
-
- VersionColumnValues() - Constructor for class com.googlecode.jinahya.sql.metadata.VersionColumnValues
-
- VersionColumnValuesAdapter - Class in com.googlecode.jinahya.sql.metadata
-
- VersionColumnValuesAdapter() - Constructor for class com.googlecode.jinahya.sql.metadata.VersionColumnValuesAdapter
-
- VerySimpleNamespaceContext - Class in com.googlecode.jinahya.xml.namespace
-
Very simple implementation for NamespaceContext.
- VerySimpleNamespaceContext(String, String) - Constructor for class com.googlecode.jinahya.xml.namespace.VerySimpleNamespaceContext
-
Creates a new instance.
- VerySimpleNamespaceContext(String, String, String) - Constructor for class com.googlecode.jinahya.xml.namespace.VerySimpleNamespaceContext
-
Creates a new instance.
- VIEW - Static variable in class com.googlecode.jinahya.sql.metadata.TableType
-