Package com.imaginary.util

Interface Summary
DistributedIterator Wraps an Iterator so that it can act as a distributed iterator.
Stack A generic interface for stacked collections.
 

Class Summary
Base64Encoder Provides BASE64 encoding and decoding for binary data.
ClientIterator The client portion of the distributed iterator support.
DistributedIteratorImpl Implements the DistributedIterator interface by referencing a local Iterator.
DistributedList Specializes in providing access to a list of objects via distributed iterators.
Encoder Provides a generic interface for data encoding operations.
FifoStack An unsynchronized FIFO stack.
LifoStack An unsynchronized LIFO stack.
PropertyReader  
ResultSetIterator Provides an Iterator interface into a JDBC ResultSet.
SerializedIterator Provides an Iterator interface into a stream of serialized objects.
 

Exception Summary
NoSuchEncoderException