Class Immutables.ImmutableMapWrapper<K,V>

java.lang.Object
org.infinispan.commons.util.Immutables.ImmutableMapWrapper<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>, Immutables.Immutable
Enclosing class:
Immutables

public static class Immutables.ImmutableMapWrapper<K,V> extends Object implements Map<K,V>, Serializable, Immutables.Immutable
Since:
4.0
Author:
Jason T. Greene, Galder Zamarreño, Tristan Tarrant
See Also:
  • Constructor Details

    • ImmutableMapWrapper

      public ImmutableMapWrapper(Map<? extends K, ? extends V> map)
  • Method Details