Package com.cafesoft.core.collections

Contains specific collection classes used by Cafesoft.

See:
          Description

Class Summary
ArrayIterator The ArrayIterator class implements the Iterator interface.
DoubleEnumeration DoubleEnumeration takes two enumeration collections and handles them like a single Enumeration object.
EmptyEnumeration EmptyEnumeration implements the Enumeration interface and contains no elements.
IteratorEnumeration Wrapper class that wraps an Iterator object behind the Enumeration interface.
 

Package com.cafesoft.core.collections Description

Contains specific collection classes used by Cafesoft. This package contains specialized collections classes as well as collection adapter classes. Most of this classes are used to bridge one version of a collection into another, for example, ArrayIterator allows an array of Objects to be iterated over.



Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.