| org.deegree.framework.util.StringPair
StringPair | public class StringPair extends Pair (Code) | | StringPair is a convenience class, which pairs two Strings.
author: Oliver Tonnhofer author: last edited by: $Author: otonnhofer $ version: $Revision: 10326 $, $Date: 2008-02-27 04:27:53 -0800 (Wed, 27 Feb 2008) $ |
StringPair | public StringPair()(Code) | | create a StringPair with empty strings
|
StringPair | public StringPair(String first, String second)(Code) | | Parameters: first - value of the pair. Parameters: second - value of the pair. |
|
|