A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
last() — Method in class com.developmentarc.framework.datastructures.utils.Queue
This method is used to access the last item in the Queue depending upon the direction of the Queue.
length — Property in class com.developmentarc.framework.datastructures.utils.HashTable
Returns the number of items currently inside the HashTable.
length — Property in class com.developmentarc.framework.datastructures.utils.PriorityQueue
The number of items currently in the PriorityQueue.
length — Property in class com.developmentarc.framework.datastructures.utils.Queue
The number of items currently in the Queue.
LIFO — Constant static property in class com.developmentarc.framework.datastructures.utils.Queue
LocalConnectionEvent — Class in package com.developmentarc.framework.utils.events
The LocalConnectionEvent is used by the LocalConnectionManager as a single communication Event to handle the basic events that can occur duing use.
LocalConnectionEvent(type, bubbles, cancelable) — Constructor in class com.developmentarc.framework.utils.events.LocalConnectionEvent
Constructor.
LocalConnectionManager — Class in package com.developmentarc.framework.utils
The LocalConnectionManager provides a simpler interface to the Flash LocalConnection that is designed to support retention of Class type when communication with other ActionScript 3 Applications.
LocalConnectionManager(connTarget, connectionName, domainList, autoConnect) — Constructor in class com.developmentarc.framework.utils.LocalConnectionManager
Constructor.
lock — Static property in class com.developmentarc.framework.utils.SingletonFactory
Enables extended Classes to access the lock.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z