Interface IMultiMapEntry<K,V>


public interface IMultiMapEntry<K,V>
IMultiMapEntry
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
     
     
  • Method Details

    • key

      K key()
    • value

      V value()
    • values

      List<V> values()