Uses of Package
com.mckoi.util
-
Packages that use com.mckoi.util Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.global This package includes database constants such as Types.com.mckoi.database.jdbc The JDBC interface to Mckoi.com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode.com.mckoi.database.regexbridge Implementations of the RegexLibrary interface, which allows the application to select which regular expression package to use.com.mckoi.jfccontrols JFC classes to access a Mckoi database from a Swing application.com.mckoi.store com.mckoi.util Miscellaneous utility classes. -
Classes in com.mckoi.util used by com.mckoi.database Class Description AbstractBlockIntegerList An implementation of a list of integer values that are stored across an array of blocks.BigNumber Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.BlockIntegerList An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.BlockIntegerList.IntArrayListBlock The block that contains the actual int values of the list.ByteBuffer A wrapper for an array of byte[].Cache Represents a cache of Objects.HashMapList A HashMap that maps from a source to a list of items for that source.IndexComparator A comparator that is used within BlockIntegerList that compares two int values which are indices to data that is being compared.IntegerListBlockInterface A block of an AbstractBlockIntegerList.IntegerListInterface An interface for querying and accessing a list of primitive integers.IntegerVector Similar to the Vector class, except this can only store integer values.Log A log file/stream that logs some information generated by the system.PagedInputStream An implementation of InputStream that reads data from an underlying representation in fixed sized pages.Stats An object that is used to store and update various stats.UserTerminal 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.database.global Class Description BigNumber Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number. -
Classes in com.mckoi.util used by com.mckoi.database.jdbc Class Description BigNumber Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.Cache Represents a cache of Objects.PagedInputStream An implementation of InputStream that reads data from an underlying representation in fixed sized pages. -
Classes in com.mckoi.util used by com.mckoi.database.jdbcserver Class Description IntegerVector Similar to the Vector class, except this can only store integer values.LengthMarkedBufferedInputStream Reads a command block on the underlying stream that is constrained by a length marker preceeding the command. -
Classes in com.mckoi.util used by com.mckoi.database.regexbridge Class Description IntegerVector Similar to the Vector class, except this can only store integer values. -
Classes in com.mckoi.util used by com.mckoi.jfccontrols Class Description TimeFrame 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 UserTerminal 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 AbstractBlockIntegerList An implementation of a list of integer values that are stored across an array of blocks.BigNumber Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.ByteBuffer A wrapper for an array of byte[].Cache.ListNode An element in the linked list structure.IndexComparator A comparator that is used within BlockIntegerList that compares two int values which are indices to data that is being compared.IntegerIterator An iterator for a list of integer's.IntegerListBlockInterface A block of an AbstractBlockIntegerList.IntegerListInterface An interface for querying and accessing a list of primitive integers.IntegerVector Similar to the Vector class, except this can only store integer values.Log A log file/stream that logs some information generated by the system.LogWriter A Writer that writes information to a log file that archives old log entries when it goes above a certain size.SearchResults This object stores the result of a given search.TimeFrame An immutable object that represents a frame of time down to the accuracy of a millisecond.UserTerminal An interface that represents a terminal that is asked questions in human and machine understandable terms, and sends answers.