Package 

Interface ListMap

  • All Implemented Interfaces:
    kotlin.collections.Iterable

    
    public interface ListMap<K extends Object, V extends Object>
     implements Iterable<Pair<K, List<V>>>
                        

    Immutable map of keys to lists of values.

    Implementations of this interface should be thread safe.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description