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  
AbstractAutoSuggest — Class in package com.elad.framework.autosuggest
Abstraction of the Auto suggest API handle all the data.
AbstractCursorBuilder — Class in package com.elad.framework.cursor
AbstractDataServicesManager — Class in package com.elad.framework.SQLStatmentsManager
AbstractFileViewer — Class in package com.elad.framework.fileviewer
Converts an xml list into an array.
acquireReusable(name) — Method in class com.elad.framework.objectPoolManager.ReusablePool
Class acquireReusable is called when it client need a Reusable object The reusable object is cleared until the client return the object back to the pool via the releaseReusable method.
addAll — Property in class com.elad.framework.utils.collections.HashMapCollection
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
addAll — Property in interface com.elad.framework.utils.collections.IMap
Copies all of the mappings from the specified map to this map These mappings will be replace for any mappings that this map had for the keys currently in the specified map.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.elad.framework.utils.collections.HashMapCollection
addItem(key, value) — Method in class com.elad.framework.utils.collections.HashMapCollection
Add a pair consists of key and value.
addItem(key, value) — Method in interface com.elad.framework.utils.collections.IMap
Add a pair to the collection.
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