Class GenericMapEntrySet<K,V,M extends GenericMap<K,V>>
java.lang.Object
org.apache.ofbiz.base.util.collections.GenericMapCollection<K,V,M,I>
org.apache.ofbiz.base.util.collections.GenericMapSet<K,V,M,Map.Entry<K,V>>
org.apache.ofbiz.base.util.collections.GenericMapEntrySet<K,V,M>
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
V>>
public abstract class GenericMapEntrySet<K,V,M extends GenericMap<K,V>>
extends GenericMapSet<K,V,M,Map.Entry<K,V>>
-
Method Summary
Methods inherited from class org.apache.ofbiz.base.util.collections.GenericMapSet
equals, hashCode
Methods inherited from class org.apache.ofbiz.base.util.collections.GenericMapCollection
add, addAll, clear, containsAll, getSource, isEmpty, iterator, iterator, removeAll, retainAll, size, 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
-
Method Details
-
contains
-
contains
-
remove
-