| Modifier and Type | Class and Description |
|---|---|
| private static class | |
| private static class | |
| protected static class | |
| private static class | |
| private static class |
| Modifier and Type | Field and Description |
|---|---|
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow | |
| private static final PyBuiltinMethodNarrow |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| pack-priv static PyBuiltinMethod[] | |
| pack-priv static PyBuiltinMethod[] | |
| private static synchronized void |
| listAppendProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listAppendProxy | |
| listCountProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listCountProxy | |
| listEqProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listEqProxy | |
| listExtendProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listExtendProxy | |
| listGetProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listGetProxy | |
| listIAddProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listIAddProxy | |
| listIMulProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listIMulProxy | |
| listIndexProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listIndexProxy | |
| listInsertProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listInsertProxy | |
| listNeProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listNeProxy | |
| listPopProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listPopProxy | |
| listRAddProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listRAddProxy | |
| listRemoveOverrideProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listRemoveOverrideProxy | |
| listRemoveProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listRemoveProxy | |
| listReverseProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listReverseProxy | |
| listSetProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listSetProxy | |
| listSortProxy | back to summary |
|---|---|
| private static final PyBuiltinMethodNarrow listSortProxy | |
| JavaProxyList | back to summary |
|---|---|
| pack-priv JavaProxyList() | |
| getPostProxyMethods | back to summary |
|---|---|
| pack-priv static PyBuiltinMethod[] getPostProxyMethods() | |
| getProxyMethods | back to summary |
|---|---|
| pack-priv static PyBuiltinMethod[] getProxyMethods() | |
| list_sort | back to summary |
|---|---|
| private static synchronized void list_sort(List<E> list, PyObject cmp, PyObject key, boolean reverse) | |
| key | back to summary |
|---|---|
| private final PyObject key | |
| value | back to summary |
|---|---|
| private final Object value | |
| KV | back to summary |
|---|---|
| pack-priv KV(PyObject key, Object value) | |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public int | compare(JavaProxyList.
the first object to be compared. o1,the second object to be compared. o2Implements java. Compares its two arguments for order. |
| public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Implements java. Indicates whether some other object is "equal to" this comparator. |
| cmp | back to summary |
|---|---|
| private final PyObject cmp | |
| KVComparator | back to summary |
|---|---|
| pack-priv KVComparator(PyObject cmp) | |
| compare | back to summary |
|---|---|
| public int compare(JavaProxyList. Implements java. Doc from java. Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
The implementor must ensure that
The implementor must also ensure that the relation is transitive:
Finally, the implementor must ensure that
a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second. | |
| equals | back to summary |
|---|---|
| public boolean equals(Object o) Overrides java. Implements java. Doc from java. Indicates whether some other object is "equal to"
this comparator. This method must obey the general contract of
Note that it is always safe not to override
| |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public void | |
| protected int | |
| public PyObject | |
| public PyObject | getSlice(int start, int stop, int step)
Implements abstract org.
|
| public String | |
| public int | |
| public void | |
| public void | setSlice(int start, int stop, int step, PyObject value)
Implements abstract org.
|
| private final void | |
| private final void | |
| private final void |
| list | back to summary |
|---|---|
| private final List<E> list | |
| ListIndexDelegate | back to summary |
|---|---|
| public ListIndexDelegate(List<E> list) | |
| delItem | back to summary |
|---|---|
| public void delItem(int idx) Implements abstract org.
| |
| delItems | back to summary |
|---|---|
| public void delItems(int start, int stop) Implements abstract org.
| |
| fixBoundIndex | back to summary |
|---|---|
| protected int fixBoundIndex(PyObject index) | |
| getItem | back to summary |
|---|---|
| public PyObject getItem(int idx) Implements abstract org.
| |
| getSlice | back to summary |
|---|---|
| public PyObject getSlice(int start, int stop, int step) Implements abstract org.
| |
| getTypeName | back to summary |
|---|---|
| public String getTypeName() Implements abstract org.
| |
| len | back to summary |
|---|---|
| public int len() Implements abstract org.
| |
| setItem | back to summary |
|---|---|
| public void setItem(int idx, PyObject value) Implements abstract org.
| |
| setSlice | back to summary |
|---|---|
| public void setSlice(int start, int stop, int step, PyObject value) Implements abstract org.
| |
| setsliceIterator | back to summary |
|---|---|
| private final void setsliceIterator(int start, int stop, int step, Iterator<PyObject> iter) | |
| setsliceList | back to summary |
|---|---|
| private final void setsliceList(int start, int stop, int step, List<E> value) | |
| setslicePyList | back to summary |
|---|---|
| private final void setslicePyList(int start, int stop, int step, PyList value) | |
| Access | Constructor and Description |
|---|---|
| protected | |
| protected |
| Modifier and Type | Method and Description |
|---|---|
| protected List | |
| protected PyBoolean | |
| private boolean | |
| protected List |
| ListMethod | back to summary |
|---|---|
| protected ListMethod(String name, int numArgs) | |
| ListMethod | back to summary |
|---|---|
| protected ListMethod(String name, int minArgs, int maxArgs) | |
| asList | back to summary |
|---|---|
| protected List | |
| isEqual | back to summary |
|---|---|
| protected PyBoolean isEqual(PyObject other) Compares this object with other to check for equality. Used to implement __eq __ and __ne__. May return null if the other object cannot be compared i.e. is not a Python list or Java List. | |
| isPyList | back to summary |
|---|---|
| private boolean isPyList(PyObject object) | |
| newList | back to summary |
|---|---|
| protected List | |
| Access | Constructor and Description |
|---|---|
| protected |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject
the single argument to the function. obj)Overrides org. A variant of the __call__ method with one argument. |
| ListMulProxyClass | back to summary |
|---|---|
| protected ListMulProxyClass(String name, int numArgs) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject obj) Overrides org. Doc from org. A variant of the __call__ method with one argument. The default behavior is to invoke
| |