Class GenericMapSet<K,V,M extends Map<K,V>,I>
java.lang.Object
org.apache.ofbiz.base.util.collections.GenericMapCollection<K,V,M,I>
org.apache.ofbiz.base.util.collections.GenericMapSet<K,V,M,I>
- All Implemented Interfaces:
Iterable<I>
,Collection<I>
,Set<I>
- Direct Known Subclasses:
GenericMapEntrySet
,GenericMapKeySet
public abstract class GenericMapSet<K,V,M extends Map<K,V>,I>
extends GenericMapCollection<K,V,M,I>
implements Set<I>
-
Method Summary
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