JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cool.scx.collections.multi_map
IMultiMapEntry
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
key()
value()
values()
Interface IMultiMapEntry<
K
,
V
>
public interface
IMultiMapEntry<K,
V>
IMultiMapEntry
Version:
0.0.1
Author:
scx567888
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
key
()
V
value
()
List
<
V
>
values
()
Method Details
key
K
key
()
value
V
value
()
values
List
<
V
>
values
()