org.deegree.commons.utils
Class StringPair
java.lang.Object
org.deegree.commons.utils.Pair<String,String>
org.deegree.commons.utils.StringPair
public class StringPair
- extends Pair<String,String>
StringPair
is a convenience class, which pairs two Strings.
- Version:
- $Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: aschmitz $
StringPair
public StringPair()
- create a StringPair with empty strings
StringPair
public StringPair(String first,
String second)
- Parameters:
first
- value of the pair.second
- value of the pair.
Copyright © 2011. All Rights Reserved.