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 |
clear() — Method in class com.ericfeminella.collections.HashMap |
|
Resets all key / values in the HashMap instance to null
|
clear() — Method in interface com.ericfeminella.collections.IMap |
|
Clears all key / values defined in the HashMap instance
|
clear() — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Resets all key / values in the data object of the
underlying the SharedObject instance to null. |
clear() — Method in class com.ericfeminella.collections.ResourceMap |
|
Resets all key / values in the ResourceMap
instance to null
|
clearAllExcept(keyId) — Method in class com.ericfeminella.collections.HashMap |
|
Clears all key / values defined in the HashMap instance
with the exception of the specified key
|
clearAllExcept(key) — Method in interface com.ericfeminella.collections.IMap |
|
Clears all key / values defined in the HashMap instance
with the exception of the specified key
|
clearAllExcept(key) — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Clears all key / values defined in the data object
of the underlying the SharedObject instance with the
exception of the specified key. |
clearAllExcept(keyId) — Method in class com.ericfeminella.collections.ResourceMap |
|
Clears all key / values defined in the ResourceMap
instance with the exception of the specified key
|
collection — Property in class com.ericfeminella.collections.CollectionIterator |
|
Defines the ICollectionView instance
|
CollectionIterator — Class in package com.ericfeminella.collections |
|
Concrete Iterator implementation which provides an API
for iterating over an ICollectionView . |
CollectionIterator(collection) — Constructor in class com.ericfeminella.collections.CollectionIterator |
|
Instantiates a new CollectionIterator instance
|
CollectionSortUtil — Final class in package com.ericfeminella.collections |
|
Utility class which provides an all static API for sorting an
ICollectionView . |
com.ericfeminella.collections — Package |
| |
containsKey(key) — Method in class com.ericfeminella.collections.HashMap |
|
Determines if a key exists in the HashMap instance
|
containsKey(key) — Method in interface com.ericfeminella.collections.IMap |
|
Determines if a key exists in the HashMap instance
|
containsKey(key) — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Determines if a key exists in the data object of the
underlying the SharedObject instance. |
containsKey(key) — Method in class com.ericfeminella.collections.ResourceMap |
|
Determines if a key exists in the ResourceMap
instance
|
containsValue(value) — Method in class com.ericfeminella.collections.HashMap |
|
Determines if a value exists in the HashMap instance
|
containsValue(value) — Method in interface com.ericfeminella.collections.IMap |
|
Determines if a value exists in the HashMap instance
|
containsValue(value) — Method in class com.ericfeminella.collections.LocalPersistenceMap |
|
Determines if a value exists in the HashMap instance
|
containsValue(value) — Method in class com.ericfeminella.collections.ResourceMap |
|
Determines if a value exists in the ResourceMap
instance
|
countTokens() — Method in class com.ericfeminella.collections.StringTokenizer |
|
Retrieves the length of tokens extracted from the source
String
|
createEnumeration(source, delimiter) — Static method in class com.ericfeminella.collections.StringTokenizer |
|
Static Factory method which creates a new IEnumeration
StringTokenizer implementation
|
createIterator(source, delimiter) — Static method in class com.ericfeminella.collections.StringTokenizer |
|
Static Factory method which creates a new Iterator
StringTokenizer implementation
|
cursor — Property in class com.ericfeminella.collections.CollectionIterator |
|
Defines the IViewCursor instance to the aggregate
|
cursor — Property in class com.ericfeminella.collections.StringTokenizer |
|
Stores the current position (cursor) in the tokens array from
which calls to nextToken(); are based on
|
|
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 |