public class NameValuePairList extends Object implements Iterable<NameValuePair>
Constructor and Description |
---|
NameValuePairList() |
NameValuePairList(List<NameValuePair> init) |
NameValuePairList(Map<String,String> clientNodeProperties) |
NameValuePairList(NameValuePairList clientNodeProperties) |
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
String value) |
void |
addIfNew(String name,
String value) |
void |
addOrReplace(String name,
String value) |
void |
addOrReplaceAll(NameValuePairList other) |
void |
clear() |
Iterator<NameValuePair> |
iterator() |
void |
prependIfNew(String name,
String value) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public NameValuePairList()
public NameValuePairList(List<NameValuePair> init)
public NameValuePairList(NameValuePairList clientNodeProperties)
public void addOrReplaceAll(NameValuePairList other)
public void clear()
public Iterator<NameValuePair> iterator()
iterator
in interface Iterable<NameValuePair>
public int size()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.