org.deegree.commons.utils
Class StringPair

java.lang.Object
  extended by org.deegree.commons.utils.Pair<String,String>
      extended by 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 $

Field Summary
 
Fields inherited from class org.deegree.commons.utils.Pair
first, second
 
Constructor Summary
StringPair()
          create a StringPair with empty strings
StringPair(String first, String second)
           
 
Method Summary
 
Methods inherited from class org.deegree.commons.utils.Pair
equals, getFirst, getSecond, hashCode, hasNull, isNull, setFirst, setSecond, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.