protected class WeakValueHashMap.EntrySet<K1,V1>
extends java.util.AbstractSet<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1> entry) |
void |
clear() |
boolean |
contains(java.lang.Object obj) |
java.util.Iterator<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>> |
iterator() |
boolean |
remove(java.lang.Object obj) |
int |
size() |
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.util.Iterator<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>> iterator()
iterator in interface java.lang.Iterable<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>iterator in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>iterator in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>iterator in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>public int size()
size in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>size in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>size in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>public boolean contains(java.lang.Object obj)
contains in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>contains in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>contains in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>public boolean remove(java.lang.Object obj)
remove in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>remove in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>remove in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>public void clear()
clear in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>clear in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>clear in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>public boolean add(de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1> entry)
add in interface java.util.Collection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>add in interface java.util.Set<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>add in class java.util.AbstractCollection<de.hybris.platform.util.WeakValueHashMap.ReferenceEntry<K1,V1>>Copyright © 2018 SAP SE. All Rights Reserved.