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,java.util.Map.Entry<K,V>>
-
- org.apache.ofbiz.base.util.collections.GenericMapEntrySet<K,V,M>
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<K,V>>
,java.util.Collection<java.util.Map.Entry<K,V>>
,java.util.Set<java.util.Map.Entry<K,V>>
public abstract class GenericMapEntrySet<K,V,M extends GenericMap<K,V>> extends GenericMapSet<K,V,M,java.util.Map.Entry<K,V>>
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.base.util.collections.GenericMapCollection
source
-
-
Constructor Summary
Constructors Constructor Description GenericMapEntrySet(M source)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.Object item)
protected abstract boolean
contains(java.lang.Object key, java.lang.Object value)
boolean
remove(java.lang.Object item)
-
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, appendTo, clear, containsAll, isEmpty, iterator, iterator, removeAll, retainAll, size, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
GenericMapEntrySet
public GenericMapEntrySet(M source)
-
-