Class CollectionUtil.KeepMappedValue

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CollectionUtil

    public static final class CollectionUtil.KeepMappedValue
    extends java.lang.RuntimeException
    Since:
    3.16
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeepMappedValue​(java.lang.Object mappedValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T mappedValue()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeepMappedValue

        public KeepMappedValue​(java.lang.Object mappedValue)
    • Method Detail

      • mappedValue

        public <T> T mappedValue()