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:
- the underlying map backing this sorted facet structure
-
put
Adds an entry to the underlying map.- Parameters:
a- keyl- value
-