Module inet.ipaddr
Package inet.ipaddr

Class IPAddressSection.IPStringBuilderOptions

    • Field Detail

      • 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
    • Constructor Detail

      • IPStringBuilderOptions

        public IPStringBuilderOptions()
      • IPStringBuilderOptions

        public IPStringBuilderOptions​(int options)
    • Method Detail

      • includes

        public boolean includes​(int option)
      • includesAny

        public boolean includesAny​(int option)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object