public class OperationMap extends TreeMap<String,Operation>
Forces entries to be sorted in the following order:
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OperationMap()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OperationMap |
append(String httpMethodName,
Operation operation)
Fluent-style put method.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, removepublic OperationMap()
public OperationMap append(String httpMethodName, Operation operation)
httpMethodName - The HTTP method name.operation - The operation.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.