Class IdentityMultimapList<K,​V>

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.IdentityHashMap<K,​List<V>>
com.googlecode.objectify.util.IdentityMultimapList<K,​V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,​List<V>>

public class IdentityMultimapList<K,​V>
extends IdentityHashMap<K,​List<V>>
Identity-based Multimap that stores values in an ArrayList.
Author:
Jeff Schnitzer
See Also:
Serialized Form
  • Constructor Details

    • IdentityMultimapList

      public IdentityMultimapList()
  • Method Details

    • add

      public boolean add(K key, V value)
      Adds a value to the set associated with the key.