Class ToInetAddress

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.net.InetAddress>

    public class ToInetAddress
    extends java.lang.Object
    implements java.util.function.LongFunction<java.net.InetAddress>
    Convert the input value to a java.net.InetAddress
    • Constructor Summary

      Constructors 
      Constructor Description
      ToInetAddress()  
    • Method Summary

      Modifier and Type Method Description
      java.net.InetAddress apply​(long input)  
      • Methods inherited from class java.lang.Object

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

      • ToInetAddress

        public ToInetAddress()
    • Method Detail

      • apply

        public java.net.InetAddress apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.net.InetAddress>