|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.CollectionHelper
Deprecated. As of Coherence 12.1.2
@Deprecated
public abstract class CollectionHelper
This abstract class contains helper functions for manipulating collections and enumerations.
| Constructor Summary | |
|---|---|
CollectionHelper()Deprecated. |
|
| Method Summary | |
|---|---|
static java.util.Collection |
convert(java.util.Collection colOriginal, Converter converter)Deprecated. Convert a collection from one set of objects to a new set of objects. |
static java.util.Enumeration |
convert(java.util.Enumeration enmr, Converter converter)Deprecated. Convert an Enumeration from one set of objects to a new set of objects. |
static java.util.Iterator |
convert(java.util.Iterator iter, Converter converter)Deprecated. Convert an Iterator from one set of objects to a new set of objects. |
| Constructor Detail |
|---|
public CollectionHelper()
| Method Detail |
|---|
public static java.util.Collection convert(java.util.Collection colOriginal,
Converter converter)
colOriginal - the original collection of objectsconverter - an object which will perform the conversion of elements of the collection
public static java.util.Iterator convert(java.util.Iterator iter,
Converter converter)
iter - the original Iterator of objectsconverter - an object which will perform the conversion
public static java.util.Enumeration convert(java.util.Enumeration enmr,
Converter converter)
enmr - the original Enumeration of objectsconverter - an object which will perform the conversion
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||