Package gnu.mapping
Class SimpleSymbol
- java.lang.Object
-
- gnu.mapping.Symbol
-
- gnu.mapping.SimpleSymbol
-
- All Implemented Interfaces:
EnvironmentKey,Externalizable,Serializable,Comparable
public class SimpleSymbol extends Symbol
A Symbol in the EmptyNamespace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleSymbol()SimpleSymbol(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)ObjectreadResolve()voidwriteExternal(ObjectOutput out)-
Methods inherited from class gnu.mapping.Symbol
compareTo, equals, equals, getKeyProperty, getKeySymbol, getLocalName, getLocalPart, getName, getNamespace, getNamespaceURI, getPrefix, hasEmptyNamespace, hashCode, hasUnknownNamespace, make, make, makeUninterned, makeUninterned, makeWithUnknownNamespace, matches, matches, parse, setNamespace, toString, toString, valueOf, valueOf, valueOf
-
-
-
-
Constructor Detail
-
SimpleSymbol
public SimpleSymbol()
-
SimpleSymbol
public SimpleSymbol(String key)
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSymbol- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSymbol- Throws:
IOExceptionClassNotFoundException
-
readResolve
public Object readResolve() throws ObjectStreamException
- Overrides:
readResolvein classSymbol- Throws:
ObjectStreamException
-
-