Interface TypeCollection

All Superinterfaces:
SimpleType
All Known Implementing Classes:
TypeCollectionImpl

public interface TypeCollection extends SimpleType
A (bounded) collection type - i.e.g List<? extends ItemClass> TODO Add a flag to mark bounded or make another collection type for unbounded?
Author:
raven
  • Method Details

    • getCollectionClass

      Class<?> getCollectionClass()
    • getItemType

      SimpleType getItemType()
    • isList

      boolean isList()
    • isSet

      boolean isSet()