Class FacetSorting.SortingMap<K,V>

java.lang.Object
io.goobi.viewer.model.search.FacetSorting.SortingMap<K,V>
Type Parameters:
K - key
V - value
Enclosing class:
FacetSorting

public static final class FacetSorting.SortingMap<K,V> extends Object
A map container indicating the the contained map is created using one of the getSortedMap methods.
  • Method Details

    • getMap

      public Map<K,V> getMap()
      Get the underlying map.
      Returns:
      the underlying map backing this sorted facet structure
    • put

      public void put(K a, V l)
      Adds an entry to the underlying map.
      Parameters:
      a - key
      l - value