Class CacheMap.CacheMapEntrySet
- java.lang.Object
 - 
- java.util.AbstractCollection<E>
 - 
- java.util.AbstractSet<CacheMap.CacheMapEntry>
 - 
- com.identityworksllc.iiq.common.cache.CacheMap.CacheMapEntrySet
 
 
 
 
- 
- All Implemented Interfaces:
 Iterable<CacheMap.CacheMapEntry>,Collection<CacheMap.CacheMapEntry>,Set<CacheMap.CacheMapEntry>
protected class CacheMap.CacheMapEntrySet extends AbstractSet<CacheMap.CacheMapEntry>
The wrapper entry set for this map type, which will be returned by entrySet(). 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedCacheMapEntrySet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<CacheMap.CacheMapEntry>iterator()intsize()- 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll 
- 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CacheMapEntrySet
protected CacheMapEntrySet()
 
 - 
 
- 
Method Detail
- 
iterator
public Iterator<CacheMap.CacheMapEntry> iterator()
- Specified by:
 iteratorin interfaceCollection<CacheMap.CacheMapEntry>- Specified by:
 iteratorin interfaceIterable<CacheMap.CacheMapEntry>- Specified by:
 iteratorin interfaceSet<CacheMap.CacheMapEntry>- Specified by:
 iteratorin classAbstractCollection<CacheMap.CacheMapEntry>
 
- 
size
public int size()
- Specified by:
 sizein interfaceCollection<CacheMap.CacheMapEntry>- Specified by:
 sizein interfaceSet<CacheMap.CacheMapEntry>- Specified by:
 sizein classAbstractCollection<CacheMap.CacheMapEntry>
 
 - 
 
 -