Class TreeMultimap<K,V>

java.lang.Object
org.openjdk.jmh.util.DelegatingMultimap<K,V>
org.openjdk.jmh.util.TreeMultimap<K,V>
All Implemented Interfaces:
Serializable, Multimap<K,V>

public class TreeMultimap<K,V> extends DelegatingMultimap<K,V> implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • TreeMultimap

      public TreeMultimap()