Search:

Type: Posts; User: CrimaChronic

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    2,166

    Re: Java SetsAndMaps.java

    My goal: Write a static method is1to1 that accepts a Map<String, String> as its parameter and returns true if the
    two keys map to the same value. I believe I have this but it is returning true when...
  2. Replies
    11
    Views
    2,166

    Re: Java SetsAndMaps.java

    I've edited the post, so I should replace () with all the ==?
  3. Replies
    11
    Views
    2,166

    Re: Java SetsAndMaps.java

    I'm not very good with html stuff :C idk how to use tags
    I need == because I am comparing two things
  4. Replies
    11
    Views
    2,166

    Re: Java SetsAndMaps.java

    [7, 4, -9, 4, 15, 8, 27, 7, 11, -5, 32, -9, -9]
    [-9, -5, 4, 7, 8, 11, 15, 27, 32]
    true
    is the output.

    it's returning true when it should be returning false.
    For example, {Darwin=206-9024,...
  5. Replies
    11
    Views
    2,166

    Java SetsAndMaps.java

    I was looking for some help on one of my projects. I believe the first half is correct, but there are some complications in my second one. My professor is not giving me the help I need, any and...
Results 1 to 5 of 5