Interface CollectionType

All Superinterfaces:
DataType
All Known Subinterfaces:
ListType, SetType
All Known Implementing Classes:
CollectionTypeBase, ListTypeImpl, SetTypeImpl

public interface CollectionType extends DataType
  • Method Details

    • getCollectionType

      DataType getCollectionType()
    • getItemType

      DataType getItemType()