Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,666

    Re: Maps Question

    I might have figured it out. I did sort of what copeg suggested. The only problem is that I don't know the keys for map1. But I managed to get those keys by calling the Map.keySet() method, and then...
  2. Replies
    4
    Views
    1,666

    Maps Question

    I have an odd sort of question. Let's say I have two Maps (map1 and map2) where:
    map1: Map<String,Object>
    map2: Map<Object,Integer>

    map2's keys can only consist of map1's values.

    My end goal...
Results 1 to 2 of 2