Class PrimitiveFunctions.UnboxIntegerToChar

  • All Implemented Interfaces:
    java.io.Serializable, CharFunction<java.lang.Integer>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.UnboxIntegerToChar
    extends java.lang.Object
    implements CharFunction<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnboxIntegerToChar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char charValueOf​(java.lang.Integer integer)  
      • Methods inherited from class java.lang.Object

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

      • UnboxIntegerToChar

        private UnboxIntegerToChar()
    • Method Detail

      • charValueOf

        public char charValueOf​(java.lang.Integer integer)
        Specified by:
        charValueOf in interface CharFunction<java.lang.Integer>