Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ConverterCollections.ConverterCollection

java.lang.Object
  extended by com.oracle.common.collections.ConverterCollections.ConverterCollection
      extended by com.tangosol.util.ConverterCollections.ConverterCollection

All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection
Enclosing class:
ConverterCollections

Deprecated. As of Coherence 12.1.2, replaced by ConverterCollections.ConverterCollection

@Deprecated
public static class ConverterCollections.ConverterCollection
extends com.oracle.common.collections.ConverterCollections.ConverterCollection

A Converter Collection views an underlying Collection through a Converter.


Field Summary

 

Fields inherited from class com.oracle.common.collections.ConverterCollections.ConverterCollection
m_col, m_convDown, m_convUp

 

Constructor Summary
ConverterCollections.ConverterCollection(java.util.Collection col, Converter convUp, Converter convDown)
          Deprecated. Constructor.

 

Method Summary

 

Methods inherited from class com.oracle.common.collections.ConverterCollections.ConverterCollection
add, addAll, clear, contains, containsAll, equals, getCollection, getConverterDown, getConverterUp, instantiateCollection, instantiateIterator, invalidate, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString

 

Methods inherited from interface java.util.Collection
hashCode

 

Constructor Detail

ConverterCollections.ConverterCollection

public ConverterCollections.ConverterCollection(java.util.Collection col,
                                                Converter convUp,
                                                Converter convDown)
Deprecated. 
Constructor.
Parameters:
col - the underlying Collection
convUp - the Converter from the underlying Collection
convDown - the Converter to the underlying Collection

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.