Uses of Package
com.mckoi.util

Packages that use com.mckoi.util
Package
Description
The core database classes for Mckoi.
Implementations of the RegexLibrary interface, which allows the application to select which regular expression package to use.
JFC classes to access a Mckoi database from a Swing application.
 
Miscellaneous utility classes.
  • Class
    Description
    Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.
    An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.
    An interface for querying and accessing a list of primitive integers.
    Similar to the Vector class, except this can only store integer values.
    A log file/stream that logs some information generated by the system.
    An object that is used to store and update various stats.
    An interface that represents a terminal that is asked questions in human and machine understandable terms, and sends answers.
  • Class
    Description
    Similar to the Vector class, except this can only store integer values.
  • Class
    Description
    An immutable object that represents a frame of time down to the accuracy of a millisecond.
  • Classes in com.mckoi.util used by com.mckoi.store
    Class
    Description
    An interface that represents a terminal that is asked questions in human and machine understandable terms, and sends answers.
  • Classes in com.mckoi.util used by com.mckoi.util
    Class
    Description
    An implementation of a list of integer values that are stored across an array of blocks.
    Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.
    A wrapper for an array of byte[].
    A comparator that is used within BlockIntegerList that compares two int values which are indices to data that is being compared.
    An iterator for a list of integer's.
    A block of an AbstractBlockIntegerList.
    An interface for querying and accessing a list of primitive integers.
    Similar to the Vector class, except this can only store integer values.
    A log file/stream that logs some information generated by the system.
    This object stores the result of a given search.
    An immutable object that represents a frame of time down to the accuracy of a millisecond.
    An interface that represents a terminal that is asked questions in human and machine understandable terms, and sends answers.