4.4. py4j.java_collections — Py4J Collections API

The py4j.java_collections module maps Python collection classes with Java collection classes. These classes should practically never be directly instantiated by users: they are automatically used when receiving, for example, a Java list.

4.4.1. JavaIterator

4.4.2. JavaList

4.4.3. JavaMap

4.4.4. JavaSet

4.4.5. JavaArray

Questions/Feedback?