org.ofbiz.base.util.collections
Class GenericMapValues<K,V,M extends java.util.Map<K,V>>
java.lang.Object
org.ofbiz.base.util.collections.GenericMapCollection<K,V,M,V>
org.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>
|
Method Summary |
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.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 |
GenericMapValues
public GenericMapValues(M source)
contains
public boolean contains(java.lang.Object item)
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals in interface java.util.Collection<V>- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Collection<V>- Overrides:
hashCode in class java.lang.Object
remove
public boolean remove(java.lang.Object item)