@NotThreadSafe public final class RequestParamMapItem extends Object implements Serializable
RequestParamMap. It consists of a
String value and optional children.| Constructor and Description |
|---|
RequestParamMapItem() |
RequestParamMapItem(RequestParamMapItem aOther) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsChild(String sName) |
static RequestParamMapItem |
create(Object o) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
directGetChildren() |
boolean |
equals(Object o) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
getAllChildren() |
String |
getValue() |
String |
getValueTrimmed() |
boolean |
hasChildren() |
int |
hashCode() |
boolean |
hasValue() |
String |
toString() |
public RequestParamMapItem()
public RequestParamMapItem(@Nonnull RequestParamMapItem aOther)
public boolean hasValue()
public boolean hasChildren()
@Nonnull @ReturnsMutableObject(value="design") public com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> directGetChildren()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> getAllChildren()
@Nullable public static RequestParamMapItem create(@Nullable Object o)
Copyright © 2016–2019 Philip Helger. All rights reserved.