public static class IPAddressSection.IPStringBuilderOptions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BASIC |
static int |
LEADING_ZEROS_FULL_ALL_SEGMENTS |
static int |
LEADING_ZEROS_FULL_SOME_SEGMENTS |
static int |
LEADING_ZEROS_PARTIAL_SOME_SEGMENTS |
int |
options |
Constructor and Description |
---|
IPStringBuilderOptions() |
IPStringBuilderOptions(int options) |
Modifier and Type | Method and Description |
---|---|
boolean |
includes(int option) |
boolean |
includesAny(int option) |
String |
toString() |
public static final int BASIC
public static final int LEADING_ZEROS_FULL_ALL_SEGMENTS
public static final int LEADING_ZEROS_FULL_SOME_SEGMENTS
public static final int LEADING_ZEROS_PARTIAL_SOME_SEGMENTS
public final int options