Class HashMapValuesFunction<K,HK,HV>

java.lang.Object
org.infinispan.multimap.impl.function.hmap.HashMapBucketBaseFunction<K,HK,HV,Collection<HV>>
org.infinispan.multimap.impl.function.hmap.HashMapValuesFunction<K,HK,HV>
Type Parameters:
K - : Key type to identify the HashMapBucket.
HK - : The HashMapBucket key type.
HV - : The HashMapBucket value type.
All Implemented Interfaces:
Serializable, Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,HashMapBucket<HK,HV>>,Collection<HV>>, org.infinispan.util.function.SerializableFunction<org.infinispan.functional.EntryView.ReadWriteEntryView<K,HashMapBucket<HK,HV>>,Collection<HV>>

public class HashMapValuesFunction<K,HK,HV> extends HashMapBucketBaseFunction<K,HK,HV,Collection<HV>>
Serializable function used by EmbeddedMultimapPairCache.values(Object).

This function returns the values of the HashMapBucket, or an empty set if the entry is not found.

Since:
15.0
See Also:
  • Field Details

    • EXTERNALIZER

      public static final org.infinispan.multimap.impl.function.hmap.HashMapValuesFunction.Externalizer EXTERNALIZER
  • Constructor Details

    • HashMapValuesFunction

      public HashMapValuesFunction()
  • Method Details