net.mtu.eggplant.util
Class StringPair

java.lang.Object
  extended by net.mtu.eggplant.util.Pair<String,String>
      extended by net.mtu.eggplant.util.StringPair
All Implemented Interfaces:
Serializable

Deprecated. Use Pair

public class StringPair
extends Pair<String,String>

Pair of Strings.

Version:
$Revision$
See Also:
Serialized Form

Constructor Summary
StringPair(String one, String two)
          Deprecated.  
 
Method Summary
 String getStringOne()
          Deprecated.  
 String getStringTwo()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class net.mtu.eggplant.util.Pair
equals, getOne, getTwo, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringPair

public StringPair(String one,
                  String two)
Deprecated. 
Method Detail

getStringOne

public String getStringOne()
Deprecated. 

getStringTwo

public String getStringTwo()
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Pair<String,String>