Interface ListHelpers


public interface ListHelpers
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> List<T>
    append(List<T> list, T t)
     
  • Method Details

    • append

      static <T> List<T> append(List<T> list, T t)