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:
      a map
    • put

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