Package org.j4me.collections

Utility classes that house collections of objects.

See:
          Description

Class Summary
Cache A least recently used (LRU) cache.
CubbyHole Stores a single object for the producer/consumer pattern and takes care of thread synchronization.
TreeNode TreeNode objects can be combined into a tree.
 

Package org.j4me.collections Description

Utility classes that house collections of objects. These classes also work in J2SE.