Uses of Class
org.apache.openjpa.lib.util.collections.MapBackedSet
-
Uses of MapBackedSet in org.apache.openjpa.lib.util.collections
Modifier and TypeMethodDescriptionstatic <E,
V> MapBackedSet<E, V> MapBackedSet.mapBackedSet
(Map<E, ? super V> map) Factory method to create a set from a map.static <E,
V> MapBackedSet<E, V> MapBackedSet.mapBackedSet
(Map<E, ? super V> map, V dummyValue) Factory method to create a set from a map.