Located in compilation unit of org.
| Modifier and Type | Field and Description |
|---|---|
| pack-priv PyObject[] |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | equals(Object
the reference object with which to compare. o)Overrides org. Should almost never be overridden. |
| public int | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| list | back to summary |
|---|---|
| pack-priv PyObject[] list | |
| PyIdentityTuple | back to summary |
|---|---|
| public PyIdentityTuple(PyObject[] elements) | |
| equals | back to summary |
|---|---|
| public boolean equals(Object o) Overrides org. Doc from org. Should almost never be overridden. If overridden, it is the subclasses responsibility to
ensure that
| |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides org. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |
| 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
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |