Class PairList.Helper

java.lang.Object
org.apache.calcite.runtime.PairList.Helper
Enclosing interface:
PairList<T,U>

@Deprecated public static class PairList.Helper extends Object
Deprecated.
For code invoked via Janino, which cannot call static methods in interfaces.
  • Method Details

    • copyOf

      public static <T, U> PairList<T,U> copyOf(T t, U u, Object... rest)
      Deprecated.