public class FeatureKey
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
FeatureKey() |
protected |
FeatureKey(int num,
java.lang.String val,
java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected void |
read(java.io.DataInputStream inf) |
protected void |
save(java.io.DataOutputStream f) |
java.lang.String |
toString() |
public FeatureKey()
protected FeatureKey(int num,
java.lang.String val,
java.lang.String tag)
public java.lang.String toString()
toString in class java.lang.Objectprotected void save(java.io.DataOutputStream f)
throws java.io.IOException
java.io.IOExceptionprotected void read(java.io.DataInputStream inf)
throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object