|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV NEXT | ||||||||
A
- and(JBitSet) - Method in class org.apache.derby.iapi.util.JBitSet
- appendId(String, String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Append an id in external form.
- array - Variable in class org.apache.derby.iapi.util.ByteArray
B
- ByteArray - class org.apache.derby.iapi.util.ByteArray.
- ByteArray wraps java byte arrays (byte[]) to allow byte arrays to be used as keys in hashtables.
- ByteArray(byte[], int, int) - Constructor for class org.apache.derby.iapi.util.ByteArray
- Create an instance of this class that wraps ths given array.
- ByteArray(byte[]) - Constructor for class org.apache.derby.iapi.util.ByteArray
- ByteArray() - Constructor for class org.apache.derby.iapi.util.ByteArray
- bitSet - Variable in class org.apache.derby.iapi.util.JBitSet
C
- CheapDateFormatter - class org.apache.derby.iapi.util.CheapDateFormatter.
- This class contains static methods for formatting dates into Strings.
- CheapDateFormatter() - Constructor for class org.apache.derby.iapi.util.CheapDateFormatter
- clear(int) - Method in class org.apache.derby.iapi.util.JBitSet
- clearAll() - Method in class org.apache.derby.iapi.util.JBitSet
- Clear all of the bits in this JBitSet
- clone() - Method in class org.apache.derby.iapi.util.JBitSet
- contains(JBitSet) - Method in class org.apache.derby.iapi.util.JBitSet
- Test to see if one JBitSet contains another one of the same size.
- copyProperties(Properties, Properties) - Static method in class org.apache.derby.iapi.util.PropertyUtil
- Copy a set of properties from one Property to another.
D
- DAYS - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- DAYS_IN_MONTH - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- DBCP_SCHEMA_NAME - Static variable in class org.apache.derby.iapi.util.IdUtil
- Index of the schema name in a jar name on a db classpath
- DBCP_SQL_JAR_NAME - Static variable in class org.apache.derby.iapi.util.IdUtil
- Index of the sql jar name in a jar name on a db classpath
- DoubleProperties - class org.apache.derby.iapi.util.DoubleProperties.
- A properties object that links two independent properties together.
- DoubleProperties(Properties, Properties) - Constructor for class org.apache.derby.iapi.util.DoubleProperties
- deleteId(String, String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Delete an id from a list of ids.
- delimitId(String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Delimit the identifier provided.
- dups(String[]) - Static method in class org.apache.derby.iapi.util.IdUtil
- Return an IdList with all the ids that are repeated in l.
E
- END_OF_FIRST_YEAR - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- END_OF_SECOND_YEAR - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- END_OF_THIRD_YEAR - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- equals(Object) - Method in class org.apache.derby.iapi.util.ByteArray
- Value equality for byte arrays.
- equals(byte[], int, int, byte[], int, int) - Static method in class org.apache.derby.iapi.util.ByteArray
- Compare two byte arrays using value equality.
- equals(Object) - Method in class org.apache.derby.iapi.util.JBitSet
F
- FEBRUARY - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- FIFTY_TWO - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- FOURYEARS - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- formatDate(long) - Static method in class org.apache.derby.iapi.util.CheapDateFormatter
- This method formats the current date into a String.
- formatForPrint(String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Used to print out a string for error messages, chops is off at 60 chars for historical reasons.
- fromHexString(String, int, int) - Static method in class org.apache.derby.iapi.util.StringUtil
- Convert a hexidecimal string generated by toHexString() back into a byte array.
G
- get(int) - Method in class org.apache.derby.iapi.util.JBitSet
- getArray() - Method in class org.apache.derby.iapi.util.ByteArray
- getAsciiBytes(String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Get 7-bit ASCII character array from input String.
- getBoolean(boolean) - Static method in class org.apache.derby.iapi.util.ReuseFactory
- getByte(byte) - Static method in class org.apache.derby.iapi.util.ReuseFactory
- getFirstSetBit() - Method in class org.apache.derby.iapi.util.JBitSet
- Get the first set bit (starting at index 0) from a JBitSet.
- getInteger(int) - Static method in class org.apache.derby.iapi.util.ReuseFactory
- getLength() - Method in class org.apache.derby.iapi.util.ByteArray
- getLong(long) - Static method in class org.apache.derby.iapi.util.ReuseFactory
- getOffset() - Method in class org.apache.derby.iapi.util.ByteArray
- getProperty(String) - Method in class org.apache.derby.iapi.util.DoubleProperties
- getProperty(String, String) - Method in class org.apache.derby.iapi.util.DoubleProperties
- getShort(short) - Static method in class org.apache.derby.iapi.util.ReuseFactory
- grow(int) - Method in class org.apache.derby.iapi.util.JBitSet
- Grow an existing JBitSet to the specified size.
H
- HOURS - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- hasSingleBitSet() - Method in class org.apache.derby.iapi.util.JBitSet
- See of a JBitSet has exactly 1 bit set.
- hashCode() - Method in class org.apache.derby.iapi.util.ByteArray
- hashCode() - Method in class org.apache.derby.iapi.util.JBitSet
- hexDump(byte[]) - Static method in class org.apache.derby.iapi.util.StringUtil
- Convert a byte array to a human-readable String for debugging purposes.
- hex_table - Static variable in class org.apache.derby.iapi.util.StringUtil
I
- IdUtil - class org.apache.derby.iapi.util.IdUtil.
- Utility class for parsing and producing string representations of ids.
- IdUtil() - Constructor for class org.apache.derby.iapi.util.IdUtil
- idChar(boolean, int) - Static method in class org.apache.derby.iapi.util.IdUtil
- idOnList(String, String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Return true if the id provided is on the list provided.
- intersect(String[], String[]) - Static method in class org.apache.derby.iapi.util.IdUtil
- Return an IdList with all the ids that in l1 and l2 or null if not ids are on both lists.
J
- JBitSet - class org.apache.derby.iapi.util.JBitSet.
- JBitSet is a wrapper class for BitSet.
- JBitSet(int) - Constructor for class org.apache.derby.iapi.util.JBitSet
- Construct a JBitSet of the specified size.
- JBitSet(BitSet, int) - Constructor for class org.apache.derby.iapi.util.JBitSet
- Construct a JBitSet with the specified bitSet.
L
- LEAP_YEAR - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- length - Variable in class org.apache.derby.iapi.util.ByteArray
- loadWithTrimmedValues(InputStream, Properties) - Static method in class org.apache.derby.iapi.util.PropertyUtil
- Read a set of properties from the received input stream, strip off any excess white space that exists in those property values, and then add those newly-read properties to the received Properties object; not explicitly removing the whitespace here can lead to problems.
M
- MAXINT - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- MINUS_ONE - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- MINUTES - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- Matchable - interface org.apache.derby.iapi.util.Matchable.
- Provides the ability for an object to match a subset of a group of other objects.
- match(Object) - Method in interface org.apache.derby.iapi.util.Matchable
- Return true if the passed in object matches this object.
- mkIdList(String[]) - Static method in class org.apache.derby.iapi.util.IdUtil
- Produce a string form of an idList from an array of normalized ids.
- mkIdListAsEntered(String[]) - Static method in class org.apache.derby.iapi.util.IdUtil
- Produce an id list from an array of ids in external form
- mkQualifiedName(String, String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Produce a delimited two part qualified name from two un-delimited identifiers.
- mkQualifiedName(String[]) - Static method in class org.apache.derby.iapi.util.IdUtil
- Make a string form of a qualified name from the array of ids provided.
N
- NORMAL_YEAR - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
O
- Operator - interface org.apache.derby.iapi.util.Operator.
- Provides an interface for an operator that operates on a range of objects E.g in a cache.
- offset - Variable in class org.apache.derby.iapi.util.ByteArray
- operate(Object) - Method in interface org.apache.derby.iapi.util.Operator
- Operate on an input object
- or(JBitSet) - Method in class org.apache.derby.iapi.util.JBitSet
- org.apache.derby.iapi.util - package org.apache.derby.iapi.util
P
- PropertyUtil - class org.apache.derby.iapi.util.PropertyUtil.
- PropertyUtil() - Constructor for class org.apache.derby.iapi.util.PropertyUtil
- parseDbClassPath(String, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Scan a database classpath from the string provided.
- parseId(String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Convert the String provided to an ID.
- parseId(StringReader, boolean, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Read an id from the StringReader provided.
- parseIdList(String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Scan a list of ids from the string provided.
- parseIdList(StringReader, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Parse an idList.
- parseQId(StringReader, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- parseQualifiedName(String, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Scan a qualified name from the String provided.
- parseQualifiedName(StringReader, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Scan a qualified name from a StringReader.
- parseUnQId(StringReader, boolean, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- propertyNames() - Method in class org.apache.derby.iapi.util.DoubleProperties
- pruneDups(String) - Static method in class org.apache.derby.iapi.util.IdUtil
- Return an IdList with all the duplicate ids removed
- put(Object, Object) - Method in class org.apache.derby.iapi.util.DoubleProperties
R
- ReuseFactory - class org.apache.derby.iapi.util.ReuseFactory.
- Factory methods for reusable objects.
- ReuseFactory() - Constructor for class org.apache.derby.iapi.util.ReuseFactory
- Private constructor so no instances can be made
- read - Variable in class org.apache.derby.iapi.util.DoubleProperties
- readExternal(ObjectInput) - Method in class org.apache.derby.iapi.util.ByteArray
- Read this object from a stream of stored objects.
S
- SECONDS - Static variable in class org.apache.derby.iapi.util.CheapDateFormatter
- SQLEqualsIgnoreCase(String, String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Compares two strings Strings will be uppercased in english and compared equivalent to s1.equalsIgnoreCase(s2) throws NPE if s1 is null
- SQLToLowerCase(String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Convert string to lowercase Return java.util.Locale.ENGLISH lowercasing
- SQLToUpperCase(String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Convert string to uppercase Always use the java.util.ENGLISH locale
- StringUtil - class org.apache.derby.iapi.util.StringUtil.
- A set of public static methods for dealing with Strings
- StringUtil() - Constructor for class org.apache.derby.iapi.util.StringUtil
- set(int) - Method in class org.apache.derby.iapi.util.JBitSet
- setBytes(byte[]) - Method in class org.apache.derby.iapi.util.ByteArray
- setBytes(byte[], int) - Method in class org.apache.derby.iapi.util.ByteArray
- setBytes(byte[], int, int) - Method in class org.apache.derby.iapi.util.ByteArray
- setLength(int) - Method in class org.apache.derby.iapi.util.ByteArray
- setTo(JBitSet) - Method in class org.apache.derby.iapi.util.JBitSet
- Set the BitSet to have the exact same bits set as the parameter's BitSet.
- size - Variable in class org.apache.derby.iapi.util.JBitSet
- size() - Method in class org.apache.derby.iapi.util.JBitSet
- Return the size of bitSet
- sortProperties(Properties) - Static method in class org.apache.derby.iapi.util.PropertyUtil
- Sorts a property list and turns the sorted list into a string.
- sortProperties(Properties, String) - Static method in class org.apache.derby.iapi.util.PropertyUtil
- Sorts property list and print out each key=value pair prepended with specific indentation.
- staticBytes - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- staticFalse - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- staticInts - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- staticLongs - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- staticShorts - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- staticTrue - Static variable in class org.apache.derby.iapi.util.ReuseFactory
T
- TWENTY_THREE - Static variable in class org.apache.derby.iapi.util.ReuseFactory
- threeDigits(long) - Static method in class org.apache.derby.iapi.util.CheapDateFormatter
- toHexString(byte[], int, int) - Static method in class org.apache.derby.iapi.util.StringUtil
- Convert a byte array to a String with a hexidecimal format.
- toString() - Method in class org.apache.derby.iapi.util.JBitSet
- toStringArray(Object[]) - Static method in class org.apache.derby.iapi.util.StringUtil
- A method that receive an array of Objects and return a String array representation of that array.
- trimTrailing(String) - Static method in class org.apache.derby.iapi.util.StringUtil
- Trim off trailing blanks but not leading blanks
- truncate(String, int) - Static method in class org.apache.derby.iapi.util.StringUtil
- Truncate a String to the given length with no warnings or error raised if it is bigger.
- twoDigits(long) - Static method in class org.apache.derby.iapi.util.CheapDateFormatter
V
- vectorToIdList(Vector, boolean) - Static method in class org.apache.derby.iapi.util.IdUtil
- Return an idList in external form with one id for every element of v.
- verifyEmpty(Reader) - Static method in class org.apache.derby.iapi.util.IdUtil
- verifyListEmpty(StringReader) - Static method in class org.apache.derby.iapi.util.IdUtil
W
- write - Variable in class org.apache.derby.iapi.util.DoubleProperties
- writeExternal(ObjectOutput) - Method in class org.apache.derby.iapi.util.ByteArray
- Write the byte array out w/o compression
X
- xor(JBitSet) - Method in class org.apache.derby.iapi.util.JBitSet
A B C D E F G H I J L M N O P R S T V W X
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ util overview ] | PREV NEXT | ||||||||