@Immutable public final class CombinatorStringWithSeparator extends Object implements ICombinator<String>
| Constructor and Description |
|---|
CombinatorStringWithSeparator(String sSep) |
| Modifier and Type | Method and Description |
|---|---|
String |
combine(String sFirst,
String sSecond)
Combine the passed elements in the correct order.
|
boolean |
equals(Object o) |
String |
getSeparator() |
int |
hashCode() |
String |
toString() |
public String combine(@Nullable String sFirst, @Nullable String sSecond)
ICombinatorcombine in interface ICombinator<String>sFirst - The first element.sSecond - The second element.Copyright © 2014–2015 Philip Helger. All rights reserved.