|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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.BooleanArrayAdapter
public static class PrimitiveArrayAdapter.BooleanArrayAdapter
A PropertyAdapter supporting boolean[].
| 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.BooleanArrayAdapter(XmlBean.BeanInfo infoBean,
Class clzType,
String sName,
String sXml,
XmlElement xml)
Construct a BooleanArrayAdapter. |
|
| Method Summary | |
|---|---|
Object |
clone(Object o)
Make a clone of the passed object. |
boolean |
equalsValue(Object o1,
Object o2)
Compare the two passed objects for equality. |
Object |
fromUri(String sUri)
Deserialize an object from a URI element. |
Object |
fromXmlString(XmlElement xml)
Deserialize a primitive array from a single XML element. |
int |
hash(Object o)
Compute a hash code for the passed object. |
boolean |
isEmpty(Object o)
Determine if the specified value is empty. |
boolean |
isStringable()
|
Object |
readArray(Iterator iter,
XmlElement xml,
boolean fNested)
Read an array of primitive values. |
Object |
readExternal(DataInput in)
Read a value from the passed DataInput object. |
Object |
readSparseArray(Iterator iter,
int c)
Read a sparse array of primitive values. |
static boolean[] |
toBooleanArray(String s)
|
static String |
toString(boolean[] af)
|
String |
toUri(Object o)
Serialize an object into a URI element. |
XmlElement |
toXmlString(Object o)
Serialize a primitive array into a single XML element. |
void |
writeArray(XmlElement xml,
Object o,
String sElement)
Write a sparse array of primitive values. |
void |
writeExternal(DataOutput out,
Object o)
Write the specified data to the passed DataOutput object. |
void |
writeSparseArray(XmlElement xml,
Object o,
String sElement)
Write a sparse array of primitive values. |
| Methods inherited from class com.tangosol.run.xml.PrimitiveArrayAdapter |
|---|
fromXml, readElements, readXml, toXml, 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, get, getAccessor, getBeanInfo, getCloner, getElements, getLocalXmlName, getMutator, getName, getNamespacePrefix, getNamespaceUri, getType, getXmlName, isAnonymous, isAttribute, isElementMatch, set, setNamespacePrefix, toString |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, toBitString, toBitString, toBitString |
| Constructor Detail |
|---|
public PrimitiveArrayAdapter.BooleanArrayAdapter(XmlBean.BeanInfo infoBean,
Class clzType,
String sName,
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(Object o)
hash in class PrimitiveArrayAdaptero - the object to compute a hash code for
public boolean equalsValue(Object o1,
Object o2)
equalsValue in class PrimitiveArrayAdaptero1 - the first objecto2 - the second object
public Object clone(Object o)
clone in class PrimitiveArrayAdaptero - the object to clone
public Object fromXmlString(XmlElement xml)
fromXmlString in class PrimitiveArrayAdapterxml - the XML element to deserialize from (not null)
UnsupportedOperationException - if the property cannot be
read from a single XML elementpublic XmlElement toXmlString(Object o)
toXmlString in class PrimitiveArrayAdaptero - the object to serialize (not null)
UnsupportedOperationException - if the property cannot be
written to a single XML elementpublic boolean isStringable()
isStringable in class PrimitiveArrayAdapterpublic boolean isEmpty(Object o)
isEmpty in class PropertyAdaptero - the value
public Object readSparseArray(Iterator iter,
int c)
readSparseArray in class PrimitiveArrayAdapteriter - the iterator of XmlElement objectsc - the size of the array
public Object readArray(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,
Object o,
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,
Object o,
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 valuepublic Object fromUri(String sUri)
fromUri in class PropertyAdaptersUri - the URI element to deserialize from
UnsupportedOperationException - if the property cannot be
read from a URI elementpublic String toUri(Object o)
toUri in class PropertyAdaptero - the object to serialize
UnsupportedOperationException - if the property cannot be
written to a URI element
public Object readExternal(DataInput in)
throws IOException
readExternal in class PropertyAdapterin - the DataInput stream to read property data from
IOException - if an I/O exception occurs
public void writeExternal(DataOutput out,
Object o)
throws IOException
writeExternal in class PropertyAdapterout - the DataOutput stream to write too - the data to write to the DataOutput; never null
IOException - if an I/O exception occurspublic static boolean[] toBooleanArray(String s)
s - the stringed boolean array
public static String toString(boolean[] af)
af - the boolean array
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||