Class DBusArray<ElementT extends DBusType>

java.lang.Object
com.lucimber.dbus.type.DBusArray<ElementT>
Type Parameters:
ElementT - The element's data type.
All Implemented Interfaces:
DBusContainerType, DBusType, Iterable<ElementT>, Collection<ElementT>, List<ElementT>

public final class DBusArray<ElementT extends DBusType> extends Object implements List<ElementT>, DBusContainerType
An ordered collection of elements.