|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.utils.Pair<java.lang.String,java.lang.String>
org.deegree.commons.utils.StringPair
public class StringPair
StringPair is a convenience class, which pairs two Strings.
| Field Summary |
|---|
| Fields inherited from class org.deegree.commons.utils.Pair |
|---|
first, second |
| Constructor Summary | |
|---|---|
StringPair()
create a StringPair with empty strings |
|
StringPair(java.lang.String first,
java.lang.String second)
|
|
| Method Summary |
|---|
| Methods inherited from class org.deegree.commons.utils.Pair |
|---|
equals, getFirst, getSecond, hashCode, hasNull, isNull, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringPair()
public StringPair(java.lang.String first,
java.lang.String second)
first - value of the pair.second - value of the pair.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||