Class ImmutableFieldPart

  • All Implemented Interfaces:
    FieldPart

    public class ImmutableFieldPart
    extends Object
    implements FieldPart
    Represents an element of a hit property which is an immutable string element
    Author:
    Steinar Knutsen
    • Constructor Detail

      • ImmutableFieldPart

        public ImmutableFieldPart​(String initContent,
                                  boolean tokenOrDelimiter)
      • ImmutableFieldPart

        public ImmutableFieldPart​(String initContent,
                                  String content,
                                  boolean tokenOrDelimiter)