|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.CollectionHelper
public abstract class CollectionHelper
This abstract class contains helper functions for manipulating collections and enumerations.
Constructor Summary | |
---|---|
CollectionHelper()
|
Method Summary | |
---|---|
static Collection |
convert(Collection colOriginal,
Converter converter)
Convert a collection from one set of objects to a new set of objects. |
static Enumeration |
convert(Enumeration enmr,
Converter converter)
Convert an Enumeration from one set of objects to a new set of objects. |
static Iterator |
convert(Iterator iter,
Converter converter)
Convert an Iterator from one set of objects to a new set of objects. |
Constructor Detail |
---|
public CollectionHelper()
Method Detail |
---|
public static Collection convert(Collection colOriginal, Converter converter)
colOriginal
- the orignal collection of objectsconverter
- an object which will perform the conversion
of elements of the collection
public static Iterator convert(Iterator iter, Converter converter)
iter
- the orignal Iterator of objectsconverter
- an object which will perform the conversion
public static Enumeration convert(Enumeration enmr, Converter converter)
enmr
- the orignal Enumeration of objectsconverter
- an object which will perform the conversion
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |