- java.lang.Object
-
- inet.ipaddr.IPAddressSection.IPStringBuilderOptions
-
- Direct Known Subclasses:
IPv4AddressSection.IPv4StringBuilderOptions,IPv6AddressSection.IPv6StringBuilderOptions
- Enclosing class:
- IPAddressSection
public static class IPAddressSection.IPStringBuilderOptions extends java.lang.ObjectThis user-facing class is designed to be a clear way to create a collection of strings.- Author:
- sfoley
-
-
Field Summary
Fields Modifier and Type Field Description static intBASICstatic intLEADING_ZEROS_FULL_ALL_SEGMENTSstatic intLEADING_ZEROS_FULL_SOME_SEGMENTSstatic intLEADING_ZEROS_PARTIAL_SOME_SEGMENTSintoptions
-
Constructor Summary
Constructors Constructor Description IPStringBuilderOptions()IPStringBuilderOptions(int options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanincludes(int option)booleanincludesAny(int option)java.lang.StringtoString()
-
-
-
Field Detail
-
BASIC
public static final int BASIC
- See Also:
- Constant Field Values
-
LEADING_ZEROS_FULL_ALL_SEGMENTS
public static final int LEADING_ZEROS_FULL_ALL_SEGMENTS
- See Also:
- Constant Field Values
-
LEADING_ZEROS_FULL_SOME_SEGMENTS
public static final int LEADING_ZEROS_FULL_SOME_SEGMENTS
- See Also:
- Constant Field Values
-
LEADING_ZEROS_PARTIAL_SOME_SEGMENTS
public static final int LEADING_ZEROS_PARTIAL_SOME_SEGMENTS
- See Also:
- Constant Field Values
-
options
public final int options
-
-