net.ontopia.topicmaps.impl.rdbms
Class ParameterArray
java.lang.Object
net.ontopia.topicmaps.impl.rdbms.ParameterArray
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class ParameterArray
- extends java.lang.Object
- implements java.io.Externalizable
INTERNAL: Object wrapper class for query parameter array. This
wrapper class is purely used to make it possible to use arrays as
map keys.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Object[] |
params
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
params
protected java.lang.Object[] params
ParameterArray
public ParameterArray()
ParameterArray
public ParameterArray(java.lang.Object[] params)
getArray
public java.lang.Object[] getArray()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
Copyright © 2000-2012 Ontopia.