Uses of Interface
org.enhydra.barracuda.core.util.data.PData

Packages that use PData
org.enhydra.barracuda.core.util.data   
 

Uses of PData in org.enhydra.barracuda.core.util.data
 

Subinterfaces of PData in org.enhydra.barracuda.core.util.data
 interface PList
          The purpose of this interface is to extend the standard List interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
 interface PMap
          The purpose of this interface is to extend the standard Map interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
 

Classes in org.enhydra.barracuda.core.util.data that implement PData
 class AbstractPData
          Abstract implementation of the basic PData methods.
 class PArrayList
          This class extends AbstractPData (which provides the parental/statemap functionality) and delegates most of the List functionality back to an underlying ArrayList
 class PHashMap
          This class extends AbstractPData (which provides the parental/statemap functionality) and delegates most of the Map functionality back to an underlying HashMap
 



Copyright © 2001 Enhydra.org