模块 mxlib.api

类 PermissibleList<E>

    • 方法详细资料

      • addAll

        public boolean addAll​(int index,
                              @NotNull
                              @NotNull Collection<? extends E> c)
        指定者:
        addAll 在接口中 List<E>
      • get

        public E get​(int index)
        指定者:
        get 在接口中 List<E>
      • set

        public E set​(int index,
                     E element)
        指定者:
        set 在接口中 List<E>
      • add

        public void add​(int index,
                        E element)
        指定者:
        add 在接口中 List<E>
      • remove

        public E remove​(int index)
        指定者:
        remove 在接口中 List<E>
      • subList

        @NotNull
        public @NotNull List<E> subList​(int fromIndex,
                                        int toIndex)
        指定者:
        subList 在接口中 List<E>