Uses of Class
core.AssociatedData

Packages that use AssociatedData
collections   
 

Uses of AssociatedData in collections
 

Fields in collections declared as AssociatedData
private  AssociatedData[] AssociatedDataList.associatedData
           
 

Methods in collections that return AssociatedData
 AssociatedData[] AssociatedDataList.getAssociatedData()
          Gets the associatedData value for this AssociatedDataList.
 AssociatedData AssociatedDataList.getAssociatedData(int i)
           
 

Methods in collections with parameters of type AssociatedData
 void AssociatedDataList.setAssociatedData(AssociatedData[] associatedData)
          Sets the associatedData value for this AssociatedDataList.
 void AssociatedDataList.setAssociatedData(int i, AssociatedData _value)
           
 

Constructors in collections with parameters of type AssociatedData
AssociatedDataList(AssociatedData[] associatedData)