A B C D E F G H I L M P Q R S T V W

L

lastIndexOf(Object) - Method in interface magi.toolkit.util.IList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
LIFOQueue - class magi.toolkit.util.queue.LIFOQueue.
An implementation of a "Last In, First Out" Queue.
LIFOQueue() - Constructor for class magi.toolkit.util.queue.LIFOQueue
Default constructor.
LIFOQueue(Object[]) - Constructor for class magi.toolkit.util.queue.LIFOQueue
Creates the LIFO Queue pre-populated with an array of Objects.
listIterator() - Method in interface magi.toolkit.util.IList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in interface magi.toolkit.util.IList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.

A B C D E F G H I L M P Q R S T V W