com.mckoi.util |
com.mckoi.util - Miscellaneous utility classes
Miscellaneous utility classes.
|
Java Source File Name | Type | Comment |
AbstractBlockIntegerList.java | Class | An implementation of a list of integer values that are stored across
an array of blocks. |
BigNumber.java | Class | Extends BigDecimal to allow a number to be positive infinity, negative
infinity and not-a-number. |
BlockIntegerList.java | Class | An implementation of AbstractBlockIntegerList that stores all int values in
blocks that are entirely stored in main memory. |
ByteArrayUtil.java | Class | Static utilities for byte arrays. |
ByteBuffer.java | Class | A wrapper for an array of byte[]. |
Cache.java | Class | Represents a cache of Objects. |
CommandLine.java | Class | Used to parse a command-line. |
GeneralFormatter.java | Class | This class provides several static convenience functions for formatting
various types of information such as a time frame. |
GeneralParser.java | Class | This class provides several static convenience functions for parsing
various types of character sequences. |
HashMapList.java | Class | A HashMap that maps from a source to a list of items for that source. |
IndexComparator.java | Interface | A comparator that is used within BlockIntegerList that compares two int
values which are indices to data that is being compared. |
IntegerIterator.java | Interface | An iterator for a list of integer's. |
IntegerListBlockInterface.java | Class | A block of an AbstractBlockIntegerList. |
IntegerListInterface.java | Interface | An interface for querying and accessing a list of primitive integers. |
IntegerVector.java | Class | Similar to the Vector class, except this can only store integer values. |
LengthMarkedBufferedInputStream.java | Class | Reads a command block on the underlying stream that is constrained by
a length marker preceeding the command. |
Log.java | Class | A log file/stream that logs some information generated by the system.
This is intended to help with debugging. |
LogWriter.java | Class | A Writer that writes information to a log file that archives old log
entries when it goes above a certain size. |
PagedInputStream.java | Class | An implementation of InputStream that reads data from an underlying
representation in fixed sized pages. |
ResultOutputUtil.java | Class | Utilities for parsing a ResultSet and outputing it in different forms. |
SearchResults.java | Class | This object stores the result of a given search. |
ShellUserTerminal.java | Class | An implementation of UserTerminal that uses the shell terminal via
System.in and System.out. |
SortUtil.java | Class | Provides various sort utilities for a list of objects that implement
Comparable. |
Stats.java | Class | An object that is used to store and update various stats. |
StringListBucket.java | Class | A utility container class for holding a list of strings. |
StringUtil.java | Class | Various String utilities. |
TimeFrame.java | Class | An immutable object that represents a frame of time down to the
accuracy of a millisecond. |
UserTerminal.java | Interface | An interface that represents a terminal that is asked questions in human
and machine understandable terms, and sends answers. |