Package org.apache.derby.iapi.util


package org.apache.derby.iapi.util
  • Class
    Description
    ByteArray wraps java byte arrays (byte[]) to allow byte arrays to be used as keys in hashtables.
    A properties object that links two independent properties together.
    Utility class for parsing and producing string representations of ids.
    An exception used to pass a specific "error code" through various layers of software.
    Static methods to save and retrieve information about a (session) thread's interrupt status flag.
    JBitSet is a wrapper class for BitSet.
    Provides the ability for an object to match a subset of a group of other objects.
    Provides an interface for an operator that operates on a range of objects E.g in a cache.
     
    A set of public static methods for dealing with Strings
    Utility methods for handling UTF-8 encoded byte streams.
    Helper class to hold skip counts; one for chars and one for bytes.