Class StringBucket

  • All Implemented Interfaces:
    java.lang.Comparable<BucketValue>

    public class StringBucket
    extends BucketValue
    This class represents a String bucket in a PredefinedFunction.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • StringBucket

        public StringBucket​(java.lang.String from,
                            java.lang.String to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.
      • StringBucket

        public StringBucket​(ConstantValue<?> from,
                            ConstantValue<?> to)
        Constructs a new instance of this class.
        Parameters:
        from - The from-value to assign to this.
        to - The to-value to assign to this.