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 extends Object>, 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

    immutableCollectionCopy, immutableCollectionWrap, immutableEntry, immutableEntry, immutableListAdd, immutableListConvert, immutableListCopy, immutableListMerge, immutableListRemove, immutableListReplace, immutableListWrap, immutableMapCopy, immutableMapWrap, immutableSetConvert, immutableSetCopy, immutableSetWrap, immutableTypedProperties, isImmutable

    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