public class SpreadMap extends HashMap
Helper to turn a list with an even number of elements into a Map.
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public boolean | 
                            equals(Object that) | 
                        
 | 
                            public boolean | 
                            equals(SpreadMap that) | 
                        
 | 
                            public int | 
                            hashCode() | 
                        
 | 
                            public Object | 
                            put(Object key, Object value) | 
                        
 | 
                            public void | 
                            putAll(Map t) | 
                        
 | 
                            public Object | 
                            remove(Object key) | 
                        
 | 
                            public String | 
                            toString()
  | 
                        
| Methods inherited from class | Name | 
|---|---|
class HashMap | 
                            remove, remove, get, put, values, clone, clear, isEmpty, replace, replace, replaceAll, size, merge, entrySet, putAll, putIfAbsent, compute, forEach, containsKey, computeIfAbsent, containsValue, keySet, getOrDefault, computeIfPresent, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.