| Package | Description |
|---|---|
| org.apache.commons.collections4.set |
This package contains implementations of the
Set,
SortedSet and
NavigableSet interfaces. |
| 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.
|
Copyright © 2001-2019 - Apache Software Foundation