public class IP extends Object implements Comparable<IP>, Serializable
| Constructor and Description |
|---|
IP(byte[] bytes) |
IP(InetAddress ip) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IP other) |
boolean |
equals(Object o) |
byte[] |
getBytes() |
int |
hashCode() |
boolean |
isGreaterThan(IP other) |
boolean |
isLowerThan(IP other) |
public IP(@Nonnull byte[] bytes)
public IP(@Nonnull InetAddress ip)
Copyright © 2021. All rights reserved.