|
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.oracle.common.collections.ConverterCollections.ConverterCollection
com.tangosol.util.ConverterCollections.ConverterCollection
Deprecated. As of Coherence 12.1.2, replaced by ConverterCollections.ConverterCollection
@Deprecated
public static class 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 |
|---|
public ConverterCollections.ConverterCollection(java.util.Collection col,
Converter convUp,
Converter convDown)
col - the underlying CollectionconvUp - the Converter from the underlying CollectionconvDown - the Converter to the underlying Collection
|
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 | |||||||