Interface Multimap.Mutable<K,V>

All Superinterfaces:
Multimap<K,V>
All Known Subinterfaces:
ListMultimap.Mutable<K,V>
All Known Implementing Classes:
ArrayListMultimap, ClassInheritanceMultimap
Enclosing interface:
Multimap<K,V>

public static interface Multimap.Mutable<K,V> extends Multimap<K,V>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.spongepowered.collections.multimap.Multimap

    Multimap.Mutable<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    put(K key, V value)
     
    remove(K key)
     

    Methods inherited from interface org.spongepowered.collections.multimap.Multimap

    get, isEmpty, size
  • Method Details

    • put

      boolean put(K key, V value)
    • remove

      Collection<V> remove(K key)