Class MultipleEntryHashMap


  • public class MultipleEntryHashMap
    extends Object
    This will make a hash map which can contain multiple entries for the same hash value.
    • Constructor Detail

      • MultipleEntryHashMap

        public MultipleEntryHashMap()
    • Method Detail

      • get

        public Object get​(Object key)
        If you call get once in this, it will remove that item from the map
        Parameters:
        key -
        Returns:
      • keySet

        public Set keySet()