Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.cache
Class CompactSerializationCache.KeySet

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by com.tangosol.util.AbstractKeyBasedMap.KeySet
              extended by com.tangosol.net.cache.CompactSerializationCache.KeySet

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

protected class CompactSerializationCache.KeySet
extends AbstractKeyBasedMap.KeySet

A KeySet implementation optimized for CompactSerializationCache. In addition to the direct implementations provided by this KeySet class, CSC also provides a removeBlind implementation invoked by AbstractKeyBasedMap.KeySet.


Constructor Summary
protected CompactSerializationCache.KeySet()
           

 

Method Summary
 boolean removeAll(java.util.Collection coll)
          

 

Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.KeySet
clear, contains, isEmpty, iterator, remove, size, toArray, toArray

 

Methods inherited from class java.util.AbstractSet
equals, hashCode

 

Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString

 

Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll

 

Constructor Detail

CompactSerializationCache.KeySet

protected CompactSerializationCache.KeySet()

Method Detail

removeAll

public boolean removeAll(java.util.Collection coll)
Specified by:
removeAll in interface java.util.Collection
Specified by:
removeAll in interface java.util.Set
Overrides:
removeAll in class java.util.AbstractSet

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.