4.3. 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.3.1. JavaIterator

4.3.2. JavaList

4.3.3. JavaMap

4.3.4. JavaSet

4.3.5. JavaArray

Questions/Feedback?