Class GenericMapKeySet<K,V,M extends java.util.Map<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,K>
-
- org.apache.ofbiz.base.util.collections.GenericMapKeySet<K,V,M>
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
public abstract class GenericMapKeySet<K,V,M extends java.util.Map<K,V>> extends GenericMapSet<K,V,M,K>
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.base.util.collections.GenericMapCollection
source
-
-
Constructor Summary
Constructors Constructor Description GenericMapKeySet(M source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
GenericMapKeySet
public GenericMapKeySet(M source)
-
-