| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | add(Object
element to be added to this set o)Overrides org. Implements java. Adds the specified element to this set if it is not already present (optional operation). |
| public boolean | addAll(Collection<E>
collection containing elements to be added to this set c)Overrides org. Implements java. Adds all of the elements in the specified collection to this set if they're not already present (optional operation). |
| public void | clear()
Overrides org. Implements java. Removes all of the elements from this set (optional operation). |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| 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 int | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public static PyObject | frozenset___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final String | |
| pack-priv final PyObject | |
| public int | hashCode()
Implements abstract org. Implements java. The hashCode of the set. |
| public Iterator | iterator()
Overrides org. Implements java. Returns an iterator over the elements in this set. |
| public boolean | remove(Object
object to be removed from this set, if present o)Overrides org. Implements java. Removes the specified element from this set if it is present (optional operation). |
| public boolean | removeAll(Collection<E>
collection containing elements to be removed from this set c)Overrides org. Implements java. Removes from this set all of its elements that are contained in the specified collection (optional operation). |
| public boolean | retainAll(Collection<E>
collection containing elements to be retained in this set c)Overrides org. Implements java. Retains only the elements in this set that are contained in the specified collection (optional operation). |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyFrozenSet | back to summary |
|---|---|
| public PyFrozenSet() | |
| PyFrozenSet | back to summary |
|---|---|
| public PyFrozenSet(PyObject data) | |
| PyFrozenSet | back to summary |
|---|---|
| public PyFrozenSet(PyType type, PyObject data) | |
| add | back to summary |
|---|---|
| public boolean add(Object o) Overrides org. Implements java. Doc from java. Adds the specified element to this set if it is not already present
(optional operation). More formally, adds the specified element
The stipulation above does not imply that sets must accept all
elements; sets may refuse to add any particular element, including
| |
| addAll | back to summary |
|---|---|
| public boolean addAll(Collection<E> c) Overrides org. Implements java. Doc from java. Adds all of the elements in the specified collection to this set if
they're not already present (optional operation). If the specified
collection is also a set, the
| |
| clear | back to summary |
|---|---|
| public void clear() Overrides org. Implements java. Doc from java. Removes all of the elements from this set (optional operation). The set will be empty after this call returns. | |
| frozenset___and__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___and__(PyObject o)
| |
| frozenset___cmp__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___cmp__(PyObject o)
| |
| frozenset___contains__ | back to summary |
|---|---|
pack-priv final boolean frozenset___contains__(PyObject item)
| |
| frozenset___eq__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___eq__(PyObject o)
| |
| frozenset___ge__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___ge__(PyObject o)
| |
| frozenset___gt__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___gt__(PyObject o)
| |
| frozenset___hash__ | back to summary |
|---|---|
pack-priv final int frozenset___hash__()
| |
| frozenset___iter__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___iter__()
| |
| frozenset___le__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___le__(PyObject o)
| |
| frozenset___len__ | back to summary |
|---|---|
pack-priv final int frozenset___len__()
| |
| frozenset___lt__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___lt__(PyObject o)
| |
| frozenset___ne__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___ne__(PyObject o)
| |
| frozenset___new__ | back to summary |
|---|---|
public static PyObject frozenset___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| frozenset___or__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___or__(PyObject o)
| |
| frozenset___reduce__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___reduce__()
| |
| frozenset___sub__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___sub__(PyObject o)
| |
| frozenset___xor__ | back to summary |
|---|---|
pack-priv final PyObject frozenset___xor__(PyObject o)
| |
| frozenset_copy | back to summary |
|---|---|
pack-priv final PyObject frozenset_copy()
| |
| frozenset_difference | back to summary |
|---|---|
pack-priv final PyObject frozenset_difference(PyObject[] args, String[] kws)
| |
| frozenset_intersection | back to summary |
|---|---|
pack-priv final PyObject frozenset_intersection(PyObject[] args, String[] kws)
| |
| frozenset_isdisjoint | back to summary |
|---|---|
pack-priv final PyObject frozenset_isdisjoint(PyObject set)
| |
| frozenset_issubset | back to summary |
|---|---|
pack-priv final PyObject frozenset_issubset(PyObject set)
| |
| frozenset_issuperset | back to summary |
|---|---|
pack-priv final PyObject frozenset_issuperset(PyObject set)
| |
| frozenset_symmetric_difference | back to summary |
|---|---|
pack-priv final PyObject frozenset_symmetric_difference(PyObject set)
| |
| frozenset_toString | back to summary |
|---|---|
pack-priv final String frozenset_toString()
| |
| frozenset_union | back to summary |
|---|---|
pack-priv final PyObject frozenset_union(PyObject[] args, String[] kws)
| |
| hashCode | back to summary |
|---|---|
| public int hashCode() Implements abstract org. Implements java. Doc from org. The hashCode of the set. Only immutable instances can be hashed.
| |
| iterator | back to summary |
|---|---|
| public Iterator Overrides org. Implements java. Doc from java. Returns an iterator over the elements in this set. The elements are returned in no particular order (unless this set is an instance of some class that provides a guarantee).
| |
| remove | back to summary |
|---|---|
| public boolean remove(Object o) Overrides org. Implements java. Doc from java. Removes the specified element from this set if it is present
(optional operation). More formally, removes an element
| |
| removeAll | back to summary |
|---|---|
| public boolean removeAll(Collection<E> c) Overrides org. Implements java. Doc from java. Removes from this set all of its elements that are contained in the specified collection (optional operation). If the specified collection is also a set, this operation effectively modifies this set so that its value is the asymmetric set difference of the two sets.
| |
| retainAll | back to summary |
|---|---|
| public boolean retainAll(Collection<E> c) Overrides org. Implements java. Doc from java. Retains only the elements in this set that are contained in the specified collection (optional operation). In other words, removes from this set all of its elements that are not contained in the specified collection. If the specified collection is also a set, this operation effectively modifies this set so that its value is the intersection of the two sets.
| |