compbio.engine.conf
Class _Key

java.lang.Object
  extended by compbio.engine.conf._Key

Deprecated.

@Deprecated
public final class _Key
extends Object


Field Summary
static String DELIM
          Deprecated.  
 
Constructor Summary
_Key(Class<?> clazz)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 int hashCode()
          Deprecated.  
static _Key parse(String key)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DELIM

public static final String DELIM
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

_Key

public _Key(Class<?> clazz)
Deprecated. 
Method Detail

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

parse

public static _Key parse(String key)
Deprecated.