Property | Type | Description | |
---|---|---|---|
CompareToWorker | int | ||
CompareToWorker | int | ||
EqualsWorker | bool | ||
EqualsWorker | bool | ||
GrowArray | void | ||
ICollection | void | ||
IComparable | int | ||
IEnumerable | IEnumerator | ||
IStructuralComparable | int | ||
IStructuralEquatable | bool | ||
IStructuralEquatable | int | ||
IValueEquality | bool | ||
IValueEquality | int | ||
IndexToSlot | int | ||
VerifyMaxLen | int | ||
VerifyMaxLenValue | int | ||
WalkDeque | void | ||
deque | System | ||
operator | object |
Method | Description | |
---|---|---|
__copy__ ( CodeContext context ) : object | ||
__delitem__ ( CodeContext context, object index ) : void | ||
__init__ ( ) : void | ||
__init__ ( object>.[ | ||
__init__ ( object iterable ) : void | ||
__init__ ( object iterable, object>.[ | ||
__init__ ( object iterable, object maxLen ) : void | ||
__len__ ( ) : int | ||
__reduce__ ( ) : PythonTuple | ||
__repr__ ( CodeContext context ) : string | ||
__reversed__ ( ) : IEnumerator | ||
append ( object x ) : void | ||
appendleft ( object x ) : void | ||
clear ( ) : void | ||
deque ( ) : System | ||
deque ( object>.[ | ||
deque ( object iterable ) : System | ||
deque ( object iterable, object maxLen ) : System | ||
extend ( object iterable ) : void | ||
extendleft ( object iterable ) : void | ||
pop ( ) : object | ||
popleft ( ) : object | ||
remove ( object value ) : void | ||
rotate ( CodeContext context ) : void | ||
rotate ( CodeContext context, object n ) : void | ||
this ( CodeContext context, object index ) : object |
Method | Description | |
---|---|---|
CompareToWorker ( deque otherDeque ) : int | ||
CompareToWorker ( deque otherDeque, IComparer comparer ) : int | ||
EqualsWorker ( deque other ) : bool | ||
EqualsWorker ( deque otherDeque, IEqualityComparer comparer ) : bool | ||
GrowArray ( ) : void | ||
ICollection ( |
||
IComparable ( object obj ) : int | ||
IEnumerable ( ) : IEnumerator | ||
IStructuralComparable ( object other, IComparer comparer ) : int | ||
IStructuralEquatable ( object other, IEqualityComparer comparer ) : bool | ||
IStructuralEquatable ( IEqualityComparer comparer ) : int | ||
IValueEquality ( object other ) : bool | ||
IValueEquality ( ) : int | ||
IndexToSlot ( CodeContext context, object index ) : int | ||
VerifyMaxLen ( object>.IDictionary | ||
VerifyMaxLenValue ( object value ) : int | ||
WalkDeque ( DequeWalker walker ) : void |
Walks the queue calling back to the specified delegate for each populated index in the queue.
|
|
deque ( int maxLen ) : System | ||
operator ( ) : object |
public __copy__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __delitem__ ( CodeContext context, object index ) : void | ||
context | CodeContext | |
index | object | |
return | void |
public __init__ ( object iterable, object>.[ | ||
iterable | object | |
dict | object>.[ | |
return | void |
public __init__ ( object iterable, object maxLen ) : void | ||
iterable | object | |
maxLen | object | |
return | void |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |
public deque ( object iterable, object maxLen ) : System | ||
iterable | object | |
maxLen | object | |
return | System |
public rotate ( CodeContext context, object n ) : void | ||
context | CodeContext | |
n | object | |
return | void |
public this ( CodeContext context, object index ) : object | ||
context | CodeContext | |
index | object | |
return | object |