org.ofbiz.base.util.collections
Class GenericMapValues<K,V,M extends java.util.Map<K,V>>

java.lang.Object
  extended by org.ofbiz.base.util.collections.GenericMapCollection<K,V,M,V>
      extended by 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>


Field Summary
 
Fields inherited from class org.ofbiz.base.util.collections.GenericMapCollection
source
 
Constructor Summary
GenericMapValues(M source)
           
 
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
 

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 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)