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