Class CollectionType

All Implemented Interfaces:
Serializable, Comparable

public class CollectionType extends Type
A type representing a typed collection.

The actual type of the collection may be one of the following:

  • collection ( use COLLECTION )
  • set ( use SET ) which contains unique elements
  • list ( use LIST ) which is ordered
See Also: