Class ToInetAddress
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_inetaddress.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 ajava.net.InetAddress
-
-
Constructor Summary
Constructors Constructor Description ToInetAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetAddressapply(long input)
-