Uses of Class
org.apache.openjpa.lib.util.collections.MapBackedSet
-
Packages that use MapBackedSet Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of MapBackedSet in org.apache.openjpa.lib.util.collections
Methods in org.apache.openjpa.lib.util.collections that return MapBackedSet Modifier and Type Method Description static <E,V>
MapBackedSet<E,V>MapBackedSet. mapBackedSet(java.util.Map<E,? super V> map)
Factory method to create a set from a map.static <E,V>
MapBackedSet<E,V>MapBackedSet. mapBackedSet(java.util.Map<E,? super V> map, V dummyValue)
Factory method to create a set from a map.
-