Interface SplitString.Builder

    • Method Detail

      • entries

        SplitString.Builder entries​(Collection<SplitStringEntry> entries)

        An array of SplitStringEntry objects, where each object contains the information about one field to split.

        Parameters:
        entries - An array of SplitStringEntry objects, where each object contains the information about one field to split.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        SplitString.Builder entries​(SplitStringEntry... entries)

        An array of SplitStringEntry objects, where each object contains the information about one field to split.

        Parameters:
        entries - An array of SplitStringEntry objects, where each object contains the information about one field to split.
        Returns:
        Returns a reference to this object so that method calls can be chained together.