Interface ListJS


public interface ListJS
  • Method Details

    • of

      @Nullable static @Nullable List<?> of(@Nullable @Nullable Object o)
    • orSelf

      static List<?> orSelf(@Nullable @Nullable Object o)
    • ofArray

      @Nullable static @Nullable List<?> ofArray(@Nullable @Nullable Object array)
    • of

      static List<Byte> of(byte[] array)
    • of

      static List<Short> of(short[] array)
    • of

      static List<Integer> of(int[] array)
    • of

      static List<Long> of(long[] array)
    • of

      static List<Float> of(float[] array)
    • of

      static List<Double> of(double[] array)
    • of

      static List<Character> of(char[] array)
    • ofSet

      @Nullable static @Nullable Set<?> ofSet(@Nullable @Nullable Object o)