| Constructor and Description |
|---|
Parameters() |
Parameters(boolean allowDuplicateAttributes) |
Parameters(Map<String,Map<String,String>> basic) |
Parameters(String header) |
Parameters(String header,
Reporter reporter) |
Parameters(String header,
Reporter reporter,
boolean duplicates) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Parameters(boolean allowDuplicateAttributes)
public Parameters()
public Parameters(String header)
public boolean containsKey(String name)
@Deprecated public boolean containsKey(Object name)
containsKey in interface Map<String,Attrs>public boolean containsValue(Attrs value)
@Deprecated public boolean containsValue(Object value)
containsValue in interface Map<String,Attrs>@Deprecated public Attrs get(Object key)
@Deprecated public Attrs remove(Object var0)
public void append(StringBuilder sb)
@Deprecated public boolean equals(Object other)
@Deprecated public int hashCode()
public boolean isEqual(Parameters other)
public void mergeWith(Parameters other, boolean override)
public boolean allowDuplicateAttributes()
public static Collector<String,Parameters,Parameters> toParameters()
Copyright © 2021. All rights reserved.