Class PrimitiveUtils.PrimitiveEntry

  • Enclosing class:
    PrimitiveUtils

    private static class PrimitiveUtils.PrimitiveEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object emptyValue  
      (package private) java.lang.Class<?> wrapperType  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PrimitiveEntry​(java.lang.Object emptyValue, java.lang.Class<?> wrapperType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • emptyValue

        final java.lang.Object emptyValue
      • wrapperType

        final java.lang.Class<?> wrapperType
    • Constructor Detail

      • PrimitiveEntry

        private PrimitiveEntry​(java.lang.Object emptyValue,
                               java.lang.Class<?> wrapperType)