Uses of Class
be.SIRAPRISE.util.EqualKeyUnequalValuesException

Packages that use EqualKeyUnequalValuesException
be.SIRAPRISE.util   
 

Uses of EqualKeyUnequalValuesException in be.SIRAPRISE.util
 

Methods in be.SIRAPRISE.util that throw EqualKeyUnequalValuesException
 IntersectableMap<K,V> IntersectableMap.union(java.util.Map<K,V> otherMap)
          Returns a Map that holds only the entries whose keys do not occur in set, and whose class is the same as the caller's class.
 java.util.Map<K,V> IntersectableMap.union(java.util.Map<K,V> otherMap, java.lang.Class<java.util.Map<K,V>> resultClass)
          Returns a Map that holds the entries that occur in either this or the other map.