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 | clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getClass, getOrDefault, hashCode, isEmpty, keySet, merge, notify, notifyAll, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values, wait, wait, wait | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.