A container to hold script objects or values of various types.
Since Julian doesn't support generic programming, the type of stored values can be arbitrary and mixed.
| Type | Name | Signature |
|---|---|---|
| method | size | public int size() |
public int size()Get the size of this container. Size refers to the current count of items stored in the container, and is different from - more precisely less than or equal to - the container's capacity.
Returns