Class GenericMapKeySet<K,V,M extends 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:
Iterable<K>
,Collection<K>
,Set<K>
-
Constructor Summary
Constructors -
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, appendTo, 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
-
Constructor Details
-
GenericMapKeySet
-
-
Method Details
-
remove
-