Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Fix JavaMap .values() and .entrySet() #70

Merged
merged 3 commits into from
Jan 25, 2019
Merged

Fix JavaMap .values() and .entrySet() #70

merged 3 commits into from
Jan 25, 2019

Commits on Jan 23, 2019

  1. Fix JavaMap .values() and .entrySet()

    JavaMap was incorrectly passing a Map Iterator to the JavaArray class instead of an array.
    marklawlor authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    cdf221a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ddef0 View commit details
    Browse the repository at this point in the history
  3. fix linter errors

    marklawlor committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    608ed69 View commit details
    Browse the repository at this point in the history