Uses of Package
net.sourceforge.hiveutils.collections

Packages that use net.sourceforge.hiveutils.collections
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
net.sourceforge.hivetranse.transaction.hibernate3 This is the main package for Hibernate-specific transaction handling under HiveMind. 
net.sourceforge.hiveutils.collections.impl This package contains implementations of specialized collections used by other HiveMind Utilities modules. 
 

Classes in net.sourceforge.hiveutils.collections used by net.sourceforge.hivetranse.transaction
Stack
          Minimal interface for a LIFO Stack, hiding implementation details.
 

Classes in net.sourceforge.hiveutils.collections used by net.sourceforge.hivetranse.transaction.hibernate3
NameValuePair
          Utility class to hold a "name-value" pair.
 

Classes in net.sourceforge.hiveutils.collections used by net.sourceforge.hiveutils.collections.impl
Queue
          Minimal interface for a FIFO Queue, hiding implementation details.
Stack
          Minimal interface for a LIFO Stack, hiding implementation details.