hashmap???????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajs
    New Member
    • Mar 2008
    • 36

    hashmap???????

    what is the need of hashmap???????? ??
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by pankajs
    what is the need of hashmap???????? ??
    Nothing much; forget about it; it'll be deprecated and obsolete any time soon.

    kind regards,

    Jos ;-)

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by JosAH
      Originally posted by pankajs
      what is the need of hashmap???????? ??
      Nothing much; forget about it; it'll be deprecated and obsolete any time soon.

      kind regards,

      Jos ;-)
      Hey, what about the secret organisation, that plans implement human DNA with hashmaps and then replace everyones original DNA with their version to allow them to modify every human being in any way they want? Isn't that very important? ;-)

      Greetings,
      Nepomuk

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by nepomuk
        Hey, what about the secret organisation, that plans implement human DNA with hashmaps and then replace everyones original DNA with their version to allow them to modify every human being in any way they want? Isn't that very important? ;-)

        Greetings,
        Nepomuk
        Nah, we're save; eat this:

        [code=java]
        public static <K,V> Map<K,V> Collections.unm odifiableMap(Ma p<? extends K,? extends V> m)
        [/code]

        kind regards,

        Jos

        Comment

        • Nepomuk
          Recognized Expert Specialist
          • Aug 2007
          • 3111

          #5
          Originally posted by JosAH
          Nah, we're save; eat this:

          [code=java]
          public static <K,V> Map<K,V> Collections.unm odifiableMap(Ma p<? extends K,? extends V> m)
          [/code]

          kind regards,

          Jos
          Help, JosAH ist trying to rule the world (and replace our DNA) with unmodifiable Maps!!! Everybody run!

          Greetings,
          Nepomuk (who is hiding right ---------------------------------------------------------------------------------------------> here)
          Last edited by Nepomuk; Apr 8 '08, 10:27 AM. Reason: Hiding too far away

          Comment

          Working...