Class PairLists

java.lang.Object
net.hydromatic.morel.util.PairLists

class PairLists extends Object
Various implementations of PairList.
  • Field Details

  • Constructor Details

    • PairLists

      private PairLists()
  • Method Details

    • immutableBackedBy

      static <T, U> ImmutablePairList<T,U> immutableBackedBy(List<Object> list)
    • checkElementsNotNull

      @CanIgnoreReturnValue static Object[] checkElementsNotNull(Object... elements)
    • checkElementNotNull

      static void checkElementNotNull(int i, Object element)