CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class ConverterCollections.ConverterSet

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.ConverterCollections.ConverterCollection
          extended by com.tangosol.util.ConverterCollections.ConverterSet
All Implemented Interfaces:
Serializable, Iterable, Collection, Set
Direct Known Subclasses:
ConverterCollections.ConverterSortedSet
Enclosing class:
ConverterCollections

public static class ConverterCollections.ConverterSet
extends ConverterCollections.ConverterCollection
implements Set, Serializable

A Converter Set views an underlying Set through a Converter.


Field Summary
 
Fields inherited from class com.tangosol.util.ConverterCollections.ConverterCollection
m_col, m_convDown, m_convUp
 
Constructor Summary
ConverterCollections.ConverterSet(Set set, Converter convUp, Converter convDown)
          Constructor.
 
Method Summary
 
Methods inherited from class com.tangosol.util.ConverterCollections.ConverterCollection
add, addAll, clear, contains, containsAll, equals, instantiateCollection, instantiateIterator, invalidate, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

ConverterCollections.ConverterSet

public ConverterCollections.ConverterSet(Set set,
                                         Converter convUp,
                                         Converter convDown)
Constructor.

Parameters:
set - the underlying Set
convUp - the Converter from the underlying Set
convDown - the Converter to the underlying Set

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation