public class ObservableSplittingBackingCache.EntrySet extends AbstractKeySetBasedMap.EntrySet
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation.
|
AbstractKeyBasedMap.EntrySet.EntrySetIterator| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
protected Map.Entry |
instantiateEntry(Object oKey, Object oValue)
Factory pattern.
|
toArray, toArrayclear, contains, instantiateIterator, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladd, addAll, containsAll, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, retainAll, spliteratorparallelStream, removeIf, streamprotected Map.Entry instantiateEntry(Object oKey, Object oValue)
instantiateEntry in class AbstractKeyBasedMap.EntrySetoKey - the Entry key (required)oValue - the Entry value (optional; lazy loaded if necessary)