|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RunnableRunner | Interface for objects that run runnables. |
| SPNode | A Node for a shortest path graph. |
| ThreadPoolRunnable | Interface that flags a class as having overridden toString() for debug display in a thread list. |
| Class Summary | |
|---|---|
| AbstractSPNode | Abstract implementation of SPNode to make implementation a bit easier. |
| Base64 | Base64 block encoder/decoder. |
| Base64InputStream | A filter stream for decoding Base64 data on an InputStream. |
| Base64OutputStream | A FilterOutputStream that encodes data into Base64. |
| BitArray | An array of bits. |
| ByteConverionInputStream | Super class for all ascii decoding input streams. |
| Digest | Digest for getting checksums, hashing passwords, stuff like that. |
| Enumeriterator | Wrap an Enumeration to provide an Iterator interface. |
| IdentityEqualifier | A wrapper object used to compare two objects on the basis of identity rather than equality. |
| InterfaceImplementor | Extend existing classes with missing methods required to implement a specified interface. |
| LimitedList | A LinkedList with a maximum capacity. |
| LoopingThread | A Thread that loops over a runLoop(). |
| NetStringDecoder | Decode netstrings. |
| NetStringEncoder | Encode netstrings. |
| ObjectDump | Dump an object and all of its contents. |
| ProgressStats | A simple class for keeping up with the progress of an operation. |
| Promise | A promise, continuation style code for java. |
| ProxyInterfaceImplementor | Create static proxy implementations of interfaces. |
| PwGen | Password generator. |
| QuickRun | Listens on a socket and lets you run stuff without firing up a new JVM. |
| Range | A range of Comparable objects. |
| ReferenceSet | This class aids in implementing sets of references. |
| RingBuffer | A circular buffer. |
| ShortestPath | Represents the shortest path between two SPNodes. |
| ShortestPathFinder | This is a utility class for finding the least costly paths from each node from a collection to all nodes to which they link. |
| SoftHashSet | Implementation of ReferenceSet that uses soft references. |
| SPGen | Generator for .spt->.java. |
| SPVertex | A weighted connection to a SPNode. |
| SpyConfig | SpyConfig - an abstracted config file maintainer. |
| SpyRunner | SpyRunner - a hack-ass application server. |
| SpyToker | A simple token in-plugger. |
| SpyUtil | Miscellaneous utilities. |
| ThreadPool | A producer/consumer thread pool for easy parallelism. |
| ThreadPoolManager | Management thread for managing a ThreadPool. |
| ThreadPoolObserver | Receive notification of job completion. |
| TimeSpan | Creates a representable timespan. |
| TimeStampedHashMap | A HashMap that remembers when it was accessed. |
| ToStringComparator | A Comparator that compares the String representation of objects. |
| TTL | A TTL object is used to express an intent for a process to finish within a certain amount of time. |
| TTLMonitor | Monitor TTLs. |
| TypeNameGen | Used at compile time to generate TypeNames. |
| UUInputStream | This class decodes uuencoded files. |
| WeakHashSet | HashSet backed by a WeakHashMap. |
| Exception Summary | |
|---|---|
| BrokenPromiseException | Report on a broken promise. |
| NoPathException | |
General Spy Utilites
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||