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 |
getEntries() — Method in class com.ericfeminella.collections.HashMap |
|
Returns an IList of IHashMapEntry
objects based on the underlying internal map. |
getEntries() — Method in interface com.ericfeminella.collections.IMap |
|
putEntry is intended as a pseudo-overloaded
put implementation whereby clients may call
putEntry to pass an IHashMapEntry
implementation. |
getEntries() — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Returns an IList of IHashMapEntry
objects based on the underlying internal map. |
getEntries() — Method in class com.ericfeminella.collections.ResourceMap |
|
Returns an IList of IHashMapEntry
objects based on the underlying internal map. |
getKey(value) — Method in class com.ericfeminella.collections.HashMap |
|
Returns a key value from the HashMap instance
|
getKey(value) — Method in interface com.ericfeminella.collections.IMap |
|
Returns a key value from the HashMap instance
|
getKey(value) — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Returns a key value from the HashMap instance
|
getKey(value) — Method in class com.ericfeminella.collections.ResourceMap |
|
Returns a key based on the value of the key in the
underlying ResourceMap instance
|
getKeys() — Method in class com.ericfeminella.collections.HashMap |
|
Returns each key added to the HashMap instance
|
getKeys() — Method in interface com.ericfeminella.collections.IMap |
|
Returns each key added to the HashMap instance
|
getKeys() — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Returns each key added to the data object of the
underlying the SharedObject instance. |
getKeys() — Method in class com.ericfeminella.collections.ResourceMap |
|
Returns each key added to the ResourceMap
instance
|
getValue(key) — Method in class com.ericfeminella.collections.HashMap |
|
Retrieves the value of the specified key from the HashMap instance
|
getValue(key) — Method in interface com.ericfeminella.collections.IMap |
|
Returns a key value from the HashMap instance
|
getValue(key) — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Returns each key added to the data object of the
underlying the SharedObject instance. |
getValue(key) — Method in class com.ericfeminella.collections.ResourceMap |
|
Retrieves the value of the specified key from the
ResourceMap instance
|
getValues() — Method in class com.ericfeminella.collections.HashMap |
|
Retrieves each value assigned to each key in the HashMap instance
|
getValues() — Method in interface com.ericfeminella.collections.IMap |
|
Returns each value assigned to each key in the HashMap instance
|
getValues() — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Retrieves each value assigned to the data object of
the underlying the SharedObject instance. |
getValues() — Method in class com.ericfeminella.collections.ResourceMap |
|
Retrieves each value assigned to each key in the
ResourceMap instance
|
|
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 |