Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class CollectionHelper

java.lang.Object
  extended by com.tangosol.util.CollectionHelper


Deprecated. As of Coherence 12.1.2

@Deprecated
public abstract class CollectionHelper
extends java.lang.Object

This abstract class contains helper functions for manipulating collections and enumerations.

Version:
1.00, 04/25/00
Author:
Pat McNerthney

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

CollectionHelper

public CollectionHelper()
Deprecated. 

Method Detail

convert

public 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.
Parameters:
colOriginal - the original collection of objects
converter - an object which will perform the conversion of elements of the collection
Returns:
the converted collection

convert

public 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.
Parameters:
iter - the original Iterator of objects
converter - an object which will perform the conversion
Returns:
the converted Iterator

convert

public 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.
Parameters:
enmr - the original Enumeration of objects
converter - an object which will perform the conversion
Returns:
the converted Enumeration

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.