Class PyList

    • Constructor Detail

    • Method Detail

      • delegate

        protected List<Object> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingList<Object>
      • append

        public boolean append​(Object e)
      • insert

        public void insert​(int i,
                           Object e)
      • extend

        public boolean extend​(PyList e)
      • pop

        public Object pop​(int index)
      • count

        public long count​(Object o)
      • reverse

        public void reverse()
      • index

        public int index​(Object o)
      • index

        public int index​(Object o,
                         int begin,
                         int end)