Package com.mckoi.util
package com.mckoi.util
Miscellaneous utility classes.
-
ClassDescriptionAn 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.An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.The block that contains the actual int values of the list.Static utilities for byte arrays.A wrapper for an array of byte[].Represents a cache of Objects.Used to parse a command-line.This class provides several static convenience functions for formatting various types of information such as a time frame.This class provides several static convenience functions for parsing various types of character sequences.A HashMap that maps from a source to a list of items for that source.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.Reads a command block on the underlying stream that is constrained by a length marker preceeding the command.A log file/stream that logs some information generated by the system.A Writer that writes information to a log file that archives old log entries when it goes above a certain size.An implementation of InputStream that reads data from an underlying representation in fixed sized pages.Utilities for parsing a ResultSet and outputing it in different forms.This object stores the result of a given search.An implementation of UserTerminal that uses the shell terminal via System.in and System.out.Provides various sort utilities for a list of objects that implement Comparable.An object that is used to store and update various stats.A utility container class for holding a list of strings.Various String utilities.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.