Class GenericMapValues<K,V,M extends java.util.Map<K,V>>
- java.lang.Object
-
- org.apache.ofbiz.base.util.collections.GenericMapCollection<K,V,M,V>
-
- org.apache.ofbiz.base.util.collections.GenericMapValues<K,V,M>
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
public abstract class GenericMapValues<K,V,M extends java.util.Map<K,V>> extends GenericMapCollection<K,V,M,V>
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.base.util.collections.GenericMapCollection
source
-
-
Constructor Summary
Constructors Constructor Description GenericMapValues(M source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.Object item)
boolean
equals(java.lang.Object o)
int
hashCode()
boolean
remove(java.lang.Object item)
-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
GenericMapValues
public GenericMapValues(M source)
-
-
Method Detail
-
contains
public boolean contains(java.lang.Object item)
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interfacejava.util.Collection<K>
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.util.Collection<K>
- Overrides:
hashCode
in classjava.lang.Object
-
remove
public boolean remove(java.lang.Object item)
-
-