Base collections

Support in HbbTV

Available since: HbbTV 1.5 (ETSI TS 102 796 V1.2.1, OIPF DAE V1.2)

The StringCollection class is supported.

The IntegerCollection class is not implemented.

The StringCollection class

typedef Collection<String> StringCollection

The StringCollection class represents a collection of String objects. See Annex K for the definition of the collection template.

The IntegerCollection class

typedef Collection<Integer> IntegerCollection

The IntegerCollection class represents a collection of Integer values. See Annex K for the definition of the collection template.