Class Inet
java.lang.Object
io.hypersistence.utils.hibernate.type.basic.Inet
- All Implemented Interfaces:
Serializable
The
Inet object type is used to represent an IP address.
For more details about how to use it, check out this article on vladmihalcea.com.
- Author:
- Vlad Mihalcea
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Get the associatedInetAddressfor the currentaddress.
-
Constructor Details
-
Inet
-
-
Method Details
-
getAddress
-
equals
-
hashCode
public int hashCode() -
toInetAddress
Get the associatedInetAddressfor the currentaddress.- Returns:
- the associated
InetAddress
-