Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class ConverterCollections.ConverterSortedSet

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

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

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

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

A Converter SortedSet views an underlying SortedSet through a Converter.


Field Summary

 

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

 

Constructor Summary
ConverterCollections.ConverterSortedSet(java.util.SortedSet set, Converter convUp, Converter convDown)
          Deprecated.  

 

Method Summary

 

Methods inherited from class com.oracle.common.collections.ConverterCollections.ConverterSortedSet
comparator, first, getSortedSet, headSet, instantiateSortedSet, last, subSet, tailSet

 

Methods inherited from class com.oracle.common.collections.ConverterCollections.ConverterSet
equals, hashCode

 

Methods inherited from class com.oracle.common.collections.ConverterCollections.ConverterCollection
add, addAll, clear, contains, containsAll, getCollection, getConverterDown, getConverterUp, 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.ConverterSortedSet

public ConverterCollections.ConverterSortedSet(java.util.SortedSet set,
                                               Converter convUp,
                                               Converter convDown)
Deprecated. 

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.