Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class InflatableSet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by com.tangosol.util.InflatableCollection
          extended by com.tangosol.util.InflatableSet

All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set

public class InflatableSet
extends InflatableCollection
implements java.util.Set

A Set specialization of InflatableCollection.

Since:
Coherence 3.6
Author:
ch 2009.11.22

Nested Class Summary

 

Nested classes/interfaces inherited from class com.tangosol.util.InflatableCollection
InflatableCollection.InflatedCollection

 

Field Summary

 

Fields inherited from class com.tangosol.util.InflatableCollection
m_oValue, NO_VALUE, VALUE_UPDATER

 

Constructor Summary
InflatableSet()
           

 

Method Summary
protected  InflatableCollection.InflatedCollection instantiateCollection()
          Factory method used to create a new Collection.

 

Methods inherited from class com.tangosol.util.InflatableCollection
add, clear, contains, equals, hashCode, iterator, remove, removeAll, retainAll, size, toArray, toArray

 

Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, 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

InflatableSet

public InflatableSet()

Method Detail

instantiateCollection

protected InflatableCollection.InflatedCollection instantiateCollection()
Factory method used to create a new Collection. The returned Collection must provide a "safe" iterator.
Specified by:
instantiateCollection in class InflatableCollection
Returns:
a "real" implementation to use if this collection is expanded

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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