Class CoreImmutables

java.lang.Object
org.infinispan.commons.util.Immutables
org.infinispan.util.CoreImmutables

public class CoreImmutables extends org.infinispan.commons.util.Immutables
Factory for generating immutable type wrappers for core types.
Since:
4.0
Author:
Jason T. Greene, Galder ZamarreƱo, Tristan Tarrant
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.infinispan.commons.util.Immutables

    org.infinispan.commons.util.Immutables.Immutable, org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper<E>, org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer, org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <K, V> InternalCacheEntry<K,V>
    Wraps a InternalCacheEntry} with an immutable InternalCacheEntry}.

    Methods inherited from class org.infinispan.commons.util.Immutables

    immutableListAdd, immutableListConvert, immutableListRemove, immutableListReplace, immutableListWrap, immutableMapWrap, immutableSetWrap, immutableTypedProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoreImmutables

      public CoreImmutables()
  • Method Details