You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

IndexOf(List l, Object o)

Returns the index of the given object in the given list.

IsEmpty(List l)

Return true if the given list is empty else false.

Size(List l)

Return the size of the list.

  • No labels