org.python.modules._collections
public Class Collections
extends Object
implements ClassDictInit
- Class Inheritance
-
- All Implemented Interfaces
- org.python.core.ClassDictInit
- Imports
- org.python.core.ClassDictInit, .PyObject
Collections - This module adds the ability to use high performance data
structures.
- deque: ordered collection accessible from endpoints only
- defaultdict: dict subclass with a default value factory
Constructor Summary
| Access | Constructor and Description
|
|---|
| public |
|