Package net.spy.util

General Spy Utilites

See:
          Description

Interface Summary
RunnableRunner Interface for objects that run runnables.
SPNode<T extends SPNode<T>> A Node for a shortest path graph.
 

Class Summary
AbstractSPNode<T extends SPNode<T>> 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.
CloseUtil Object closer.
Digest Digest for getting checksums, hashing passwords, stuff like that.
DigestHex Hex digester.
Enumeriterator<T> 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.
Instantiator<C> Generic object instantiator.
InterfaceImplementor Extend existing classes with missing methods required to implement a specified interface.
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<T> A promise, continuation style code for java.
ProxyInterfaceImplementor Create static proxy implementations of interfaces.
PwGen Password generator.
Range<T extends Comparable<T>> A range of Comparable objects.
ReferenceSet<T> This class aids in implementing sets of references.
RingBuffer<T> A circular buffer.
ShortestPath<N extends SPNode<N>> 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<T> Implementation of ReferenceSet that uses soft references.
SPGen Generator for .spt->.java.
SPVertex<N extends SPNode<N>> A weighted connection to a SPNode.
SpyConfig SpyConfig - an abstracted config file maintainer.
SpyToker A simple token in-plugger.
SpyUtil Miscellaneous utilities.
TimeSpan Creates a representable timespan.
TimeStampedHashMap<K,V> 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.
WeakHashSet<T> HashSet backed by a WeakHashMap.
 

Enum Summary
Range.MatchType  
 

Exception Summary
BrokenPromiseException Report on a broken promise.
NoPathException  
 

Package net.spy.util Description

General Spy Utilites



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.