Class SegmentedName


  • public class SegmentedName
    extends Name
    Represents a name built of segments delimited by some separator.
    Author:
    Adrian Herscu
    • Constructor Detail

      • SegmentedName

        public SegmentedName​(char separator,
                             String... segments)
        Parameters:
        separator - the separator
        segments - the segments
      • SegmentedName

        public SegmentedName​(String... segments)
        Parameters:
        segments - the segments, delimited by StringUtilsExtensions.DOT