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  
setCollection(collection) — Method in class com.ericfeminella.collections.CollectionIterator
Sets the collection in which to iterate over
sharedObject — Property in class com.ericfeminella.collections.LocalPersistenceMap
Defines the underlying SharedObject instance in which the persistant data is stored.
sharedObjectInstance — Property in class com.ericfeminella.collections.LocalPersistenceMap
Retrieves the underlying SharedObject instance used by the LocalPersistenceMap.
size() — Method in class com.ericfeminella.collections.HashMap
Determines the size of the HashMap instance
size() — Method in interface com.ericfeminella.collections.IMap
Retrieves the size of the HashMap instance
size() — Method in class com.ericfeminella.collections.LocalPersistenceMap
Determines the size of the data object of the underlying the SharedObject instance.e
size() — Method in class com.ericfeminella.collections.ResourceMap
Determines the size of the ResourceMap instance
sortOn(key, collection, caseInsensitive, descending, numeric) — Static method in class com.ericfeminella.collections.CollectionSortUtil
Sorts a concrete ICollectionView implementation, such as ArrayCollection, based on a specified key.
source — Property in class com.ericfeminella.collections.StringTokenizer
The source String from which tokens are extracted from based on the specified delimiter
StringTokenizer — Class in package com.ericfeminella.collections
StringTokenizer provides a simple API from which Strings can be split into individual tokens based on a specific delimiter.
StringTokenizer(source, delimiter) — Constructor in class com.ericfeminella.collections.StringTokenizer
Creates a new instance of StringTokenizer and processes the source String into an array of tokens based on the specified delimiter
stripInvalidChars(identifier) — Static method in class com.ericfeminella.collections.LocalPersistenceMap
Removes invalid charachters from a SharedObject name and substitutes the invalid charachters with an underscore.
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