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 protected
CacheMapEntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<CacheMap.CacheMapEntry>
iterator()
int
size()
-
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:
iterator
in interfaceCollection<CacheMap.CacheMapEntry>
- Specified by:
iterator
in interfaceIterable<CacheMap.CacheMapEntry>
- Specified by:
iterator
in interfaceSet<CacheMap.CacheMapEntry>
- Specified by:
iterator
in classAbstractCollection<CacheMap.CacheMapEntry>
-
size
public int size()
- Specified by:
size
in interfaceCollection<CacheMap.CacheMapEntry>
- Specified by:
size
in interfaceSet<CacheMap.CacheMapEntry>
- Specified by:
size
in classAbstractCollection<CacheMap.CacheMapEntry>
-
-