| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| private int | |
| public void | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public void | |
| public void | |
| public void | |
| public abstract void | |
| public abstract void | |
| protected void | delSlice(int[]
containing [start, stop, step, count] of the slice to delete indices)Implement the deletion of a slice. |
| pack-priv int | |
| public abstract PyObject | |
| public abstract PyObject | |
| public PyObject | |
| public abstract String | |
| public abstract int | |
| public abstract void | |
| public abstract void |
| SequenceIndexDelegate | back to summary |
|---|---|
| public SequenceIndexDelegate() | |
| checkIdx | back to summary |
|---|---|
| private int checkIdx(int idx) | |
| checkIdxAndDelItem | back to summary |
|---|---|
| public void checkIdxAndDelItem(PyObject idx) | |
| checkIdxAndFindItem | back to summary |
|---|---|
| public PyObject checkIdxAndFindItem(PyObject idx) | |
| checkIdxAndFindItem | back to summary |
|---|---|
| public PyObject checkIdxAndFindItem(int idx) | |
| checkIdxAndGetItem | back to summary |
|---|---|
| public PyObject checkIdxAndGetItem(PyObject idx) | |
| checkIdxAndSetItem | back to summary |
|---|---|
| public void checkIdxAndSetItem(PyObject idx, PyObject value) | |
| checkIdxAndSetItem | back to summary |
|---|---|
| public void checkIdxAndSetItem(int idx, PyObject value) | |
| checkIdxAndSetSlice | back to summary |
|---|---|
| public void checkIdxAndSetSlice(PySlice slice, PyObject value) | |
| delItem | back to summary |
|---|---|
| public abstract void delItem(int idx) | |
| delItems | back to summary |
|---|---|
| public abstract void delItems(int start, int stop) | |
| delSlice | back to summary |
|---|---|
| protected void delSlice(int[] indices) Implement the deletion of a slice. This method is called by
| |
| fixindex | back to summary |
|---|---|
| pack-priv int fixindex(int index) | |
| getItem | back to summary |
|---|---|
| public abstract PyObject getItem(int idx) | |
| getSlice | back to summary |
|---|---|
| public abstract PyObject getSlice(int start, int stop, int step) | |
| getSlice | back to summary |
|---|---|
| public PyObject getSlice(PySlice slice) | |
| getTypeName | back to summary |
|---|---|
| public abstract String getTypeName() | |
| len | back to summary |
|---|---|
| public abstract int len() | |
| setItem | back to summary |
|---|---|
| public abstract void setItem(int idx, PyObject value) | |
| setSlice | back to summary |
|---|---|
| public abstract void setSlice(int start, int stop, int step, PyObject value) | |