- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,COLLECTION>
-
- develop.toolkit.base.struct.AbstractCollectionInMap<K,V,Set<V>>
-
- develop.toolkit.base.struct.SetInMap<K,V>
-
- 所有已实现的接口:
Serializable,Cloneable,Map<K,Set<V>>
public class SetInMap<K,V> extends AbstractCollectionInMap<K,V,Set<V>>
Map里有集合结构- 作者:
- qiushui on 2020-08-13.
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
字段概要
-
从类继承的字段 develop.toolkit.base.struct.AbstractCollectionInMap
supplier
-
-
方法概要
-
从类继承的方法 develop.toolkit.base.struct.AbstractCollectionInMap
putAllItem, putItem, removeIfItem, removeItem
-
从类继承的方法 java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
从类继承的方法 java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
从类继承的方法 java.util.AbstractMap
equals, hashCode, toString
-
从接口继承的方法 java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-