Package io.goobi.viewer.model.search
Class FacetSorting.SortingMap<K,V>
java.lang.Object
io.goobi.viewer.model.search.FacetSorting.SortingMap<K,V>
- Type Parameters:
K
- keyV
- value
- Enclosing class:
- FacetSorting
A map container indicating the the contained map is created using one of the getSortedMap methods
-
Method Summary
-
Method Details
-
getMap
get the underlying map- Returns:
- a map
-
put
Add an entry to the underlying map- Parameters:
a
- keyl
- value
-