|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.BitHelper
com.tangosol.util.ExternalizableHelper
com.tangosol.run.xml.PropertyAdapter
com.tangosol.run.xml.IterableAdapter
com.tangosol.run.xml.PrimitiveArrayAdapter
com.tangosol.run.xml.PrimitiveArrayAdapter.LongArrayAdapter
public static class PrimitiveArrayAdapter.LongArrayAdapter
A PropertyAdapter supporting long[].
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.run.xml.PrimitiveArrayAdapter |
|---|
PrimitiveArrayAdapter.BooleanArrayAdapter, PrimitiveArrayAdapter.ByteArrayAdapter, PrimitiveArrayAdapter.CharArrayAdapter, PrimitiveArrayAdapter.DoubleArrayAdapter, PrimitiveArrayAdapter.FloatArrayAdapter, PrimitiveArrayAdapter.IntArrayAdapter, PrimitiveArrayAdapter.LongArrayAdapter, PrimitiveArrayAdapter.ShortArrayAdapter |
| Field Summary |
|---|
| Fields inherited from class com.tangosol.run.xml.IterableAdapter |
|---|
m_fEmptyIsNull, m_fSparse, m_sElement |
| Fields inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
m_clzType, m_fAttribute, m_infoBean, m_methodClone, m_methodGet, m_methodSet, m_sName, m_sNmsPrefix, m_sNmsUri, m_sXml, NOPARAMS |
| Constructor Summary | |
|---|---|
PrimitiveArrayAdapter.LongArrayAdapter(XmlBean.BeanInfo infoBean, java.lang.Class clzType, java.lang.String sName, java.lang.String sXml, XmlElement xml)Construct a LongArrayAdapter. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(java.lang.Object o)Make a clone of the passed object. |
boolean |
equalsValue(java.lang.Object o1, java.lang.Object o2)Compare the two passed objects for equality. |
int |
hash(java.lang.Object o)Compute a hash code for the passed object. |
boolean |
isEmpty(java.lang.Object o)Determine if the specified value is empty. |
java.lang.Object |
readArray(java.util.Iterator iter, XmlElement xml, boolean fNested)Read an array of primitive values. |
java.lang.Object |
readExternal(java.io.DataInput in)Read a value from the passed DataInput object. |
java.lang.Object |
readSparseArray(java.util.Iterator iter, int c)Read a sparse array of primitive values. |
void |
writeArray(XmlElement xml, java.lang.Object o, java.lang.String sElement)Write a sparse array of primitive values. |
void |
writeExternal(java.io.DataOutput out, java.lang.Object o)Write the specified data to the passed DataOutput object. |
void |
writeSparseArray(XmlElement xml, java.lang.Object o, java.lang.String sElement)Write a sparse array of primitive values. |
| Methods inherited from class com.tangosol.run.xml.PrimitiveArrayAdapter |
|---|
fromXml, fromXmlString, isStringable, readElements, readXml, toXml, toXmlString, writeElements, writeXml |
| Methods inherited from class com.tangosol.run.xml.IterableAdapter |
|---|
findAdapter, getElementName, isCloneRequired, isEmptyIsNull, isNested, isSparse |
| Methods inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
findAttribute, findElement, fromUri, get, getAccessor, getBeanInfo, getCloner, getElements, getLocalXmlName, getMutator, getName, getNamespacePrefix, getNamespaceUri, getType, getXmlName, isAnonymous, isAttribute, isElementMatch, set, setNamespacePrefix, toString, toUri |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, rotateLeft, rotateLeft, rotateLeft, rotateRight, rotateRight, rotateRight, toBitString, toBitString, toBitString, toBytes, toBytes, toBytes, toBytes, toInt, toInt, toLong, toLong |
| Constructor Detail |
|---|
public PrimitiveArrayAdapter.LongArrayAdapter(XmlBean.BeanInfo infoBean,
java.lang.Class clzType,
java.lang.String sName,
java.lang.String sXml,
XmlElement xml)
infoBean - BeanInfo for a bean containing this propertyclzType - the type of the propertysName - the property namesXml - the XML tag namexml - additional XML information| Method Detail |
|---|
public int hash(java.lang.Object o)
hash in class PrimitiveArrayAdaptero - the object to compute a hash code for
public boolean equalsValue(java.lang.Object o1,
java.lang.Object o2)
equalsValue in class PrimitiveArrayAdaptero1 - the first objecto2 - the second objectpublic java.lang.Object clone(java.lang.Object o)
clone in class PrimitiveArrayAdaptero - the object to clonepublic boolean isEmpty(java.lang.Object o)
isEmpty in class PropertyAdaptero - the value
public java.lang.Object readSparseArray(java.util.Iterator iter,
int c)
readSparseArray in class PrimitiveArrayAdapteriter - the iterator of XmlElement objectsc - the size of the array
public java.lang.Object readArray(java.util.Iterator iter,
XmlElement xml,
boolean fNested)
readArray in class PrimitiveArrayAdapteriter - the iterator of XmlElement objectsxml - the XmlElement from which the iterator was obtainedfNested - true if the array is nested under an array tag
public void writeSparseArray(XmlElement xml,
java.lang.Object o,
java.lang.String sElement)
writeSparseArray in class PrimitiveArrayAdapterxml - the XmlElement that will contain the arrayo - the primitive arraysElement - the name of the element containing an element value
public void writeArray(XmlElement xml,
java.lang.Object o,
java.lang.String sElement)
writeArray in class PrimitiveArrayAdapterxml - the XmlElement that will contain the array elementso - the primitive arraysElement - the name of the element containing an element value
public java.lang.Object readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in class PropertyAdapterin - the DataInput stream to read property data fromjava.io.IOException - if an I/O exception occurs
public void writeExternal(java.io.DataOutput out,
java.lang.Object o)
throws java.io.IOException
writeExternal in class PropertyAdapterout - the DataOutput stream to write too - the data to write to the DataOutput; never nulljava.io.IOException - if an I/O exception occurs
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||