Uses of Class
cloud.opencode.base.collections.ArrayListMultimap
Packages that use ArrayListMultimap
-
Uses of ArrayListMultimap in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return ArrayListMultimapModifier and TypeMethodDescriptionstatic <K,V> ArrayListMultimap <K, V> ArrayListMultimap.create()Create an empty ArrayListMultimap.static <K,V> ArrayListMultimap <K, V> ArrayListMultimap.create(int expectedKeys, int expectedValuesPerKey) Create an empty ArrayListMultimap with expected sizes.static <K,V> ArrayListMultimap <K, V> Create an ArrayListMultimap from an existing multimap.