Builder
Functions
Adds a DataItem to the List.
Adds a DataItemConvertible to the list. The value is first converted into a DataItem using its implementation of asDataItem.
Adds a Boolean to the List.
Adds a Double to the List.
Adds an Int to the List.
Adds a Long to the List.
Adds a String to the List.
Adds all entries from the given list to this builder. If an index is provided then the entries are inserted starting at that index.
Unsafe shortcut to put any object into the DataList.Builder. The any will attempt to be converted to a supported type. If an unsupported type is found, then this method with throw.
Unsafe shortcut to put any object into the DataObject. The any will attempt to be converted to a supported type. If no supported type is available, then DataItem.NULL will be returned.
Adds a DataItem.NULL to the list.
Removes all entries from the current Builder
Removes the item at the give index.
Returns the number of entries currently in this DataList.Builder.