Interface JexlArithmetic.SetBuilder

Enclosing class:
JexlArithmetic

public static interface JexlArithmetic.SetBuilder
Helper interface used when creating a set literal.

The default implementation creates a java.util.HashSet.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Object value)
    Adds a literal to the set.
    Creates the actual "set" instance.
  • Method Details

    • add

      void add(Object value)
      Adds a literal to the set.
      Parameters:
      value - the item to add
    • create

      Creates the actual "set" instance.
      Returns:
      the set