@Immutable @MustImplementEqualsAndHashcode public class PModeAddressList extends Object implements Serializable, com.helger.commons.lang.ICloneable<PModeAddressList>
| Modifier and Type | Field and Description |
|---|---|
static char |
ADDRESS_SEPARATOR |
| Constructor and Description |
|---|
PModeAddressList() |
PModeAddressList(Collection<String> aAddresses) |
PModeAddressList(String... aAddresses) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(String sAddress) |
static PModeAddressList |
createFromString(String sAddressString) |
boolean |
equals(Object o) |
int |
getAddressCount() |
com.helger.commons.collection.impl.ICommonsList<String> |
getAllAddresses() |
String |
getAsString() |
PModeAddressList |
getClone() |
int |
hashCode() |
boolean |
isEmpty() |
com.helger.commons.state.EChange |
removeAddress(String sAddress) |
com.helger.commons.state.EChange |
removeAllAddresses() |
String |
toString() |
public static final char ADDRESS_SEPARATOR
public PModeAddressList()
public PModeAddressList(@Nullable Collection<String> aAddresses)
@Nonnull public com.helger.commons.state.EChange removeAddress(@Nullable String sAddress)
@Nonnull public com.helger.commons.state.EChange removeAllAddresses()
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<String> getAllAddresses()
@Nonnegative public int getAddressCount()
public boolean isEmpty()
@Nonnull public String getAsString()
null.@Nonnull @ReturnsMutableCopy public PModeAddressList getClone()
getClone in interface com.helger.commons.lang.ICloneable<PModeAddressList>@Nonnull public static PModeAddressList createFromString(@Nullable String sAddressString)
Copyright © 2015–2020 Philip Helger. All rights reserved.