Container INTERFACE

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.

All Members


TypeNameSignature
methodsizepublic int size()

Methods


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

  • The current count of stored items.