| Modifier and Type | Field and Description |
|---|---|
| protected final AbstractDict |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __eq__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __eq__ method. |
| public PyObject | __ge__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __ge__ method. |
| public PyObject | __gt__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __gt__ method. |
| public PyObject | __le__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __le__ method. |
| public int | __len__()
Overrides org. Equivalent to the standard Python __len__ method. |
| public PyObject | __lt__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __lt__ method. |
| public PyObject | __ne__(PyObject
the object to compare this with. otherObj)Overrides org. Equivalent to the standard Python __ne__ method. |
| pack-priv final boolean | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final String | |
| pack-priv static final boolean | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| dvDict | back to summary |
|---|---|
| protected final AbstractDict dvDict | |
| BaseDictionaryView | back to summary |
|---|---|
| public BaseDictionaryView(AbstractDict dvDict) | |
| __eq__ | back to summary |
|---|---|
| public PyObject __eq__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __eq__ method. | |
| __ge__ | back to summary |
|---|---|
| public PyObject __ge__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __ge__ method. | |
| __gt__ | back to summary |
|---|---|
| public PyObject __gt__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __gt__ method. | |
| __le__ | back to summary |
|---|---|
| public PyObject __le__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __le__ method. | |
| __len__ | back to summary |
|---|---|
| public int __len__() Overrides org. Doc from org. Equivalent to the standard Python __len__ method. Part of the mapping discipline.
| |
| __lt__ | back to summary |
|---|---|
| public PyObject __lt__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __lt__ method. | |
| __ne__ | back to summary |
|---|---|
| public PyObject __ne__(PyObject otherObj) Overrides org. Doc from org. Equivalent to the standard Python __ne__ method. | |
| allContainedIn | back to summary |
|---|---|
| pack-priv final boolean allContainedIn(PyObject self, PyObject other) | |
| dict_view___eq__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___eq__(PyObject otherObj) | |
| dict_view___ge__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___ge__(PyObject otherObj) | |
| dict_view___gt__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___gt__(PyObject otherObj) | |
| dict_view___le__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___le__(PyObject otherObj) | |
| dict_view___len__ | back to summary |
|---|---|
| pack-priv final int dict_view___len__() | |
| dict_view___lt__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___lt__(PyObject otherObj) | |
| dict_view___ne__ | back to summary |
|---|---|
| pack-priv final PyObject dict_view___ne__(PyObject otherObj) | |
| dict_view_toString | back to summary |
|---|---|
| pack-priv final String dict_view_toString() | |
| isSetDictViewInstance | back to summary |
|---|---|
| pack-priv static final boolean isSetDictViewInstance(PyObject otherObj) | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |