Uses of Class
com.tangosol.run.xml.IterableAdapter
Packages that use IterableAdapter
Package
Description
Contains classes providing basic XML related functionality.
- 
Uses of IterableAdapter in com.tangosol.run.xmlSubclasses of IterableAdapter in com.tangosol.run.xmlModifier and TypeClassDescriptionclassAn ArrayAdapter supports properties of Java array types (not including arrays of primitive types).classA CollectionAdapter supports properties whose types implement the java.util.Collection interface.classA MapAdapter supports properties whose types implement the java.util.Map interface.classA PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.static classA PropertyAdapter supporting boolean[].static classA PropertyAdapter supporting byte[].static classA PropertyAdapter supporting char[].static classA PropertyAdapter supporting double[].static classA PropertyAdapter supporting float[].static classA PropertyAdapter supporting int[].static classA PropertyAdapter supporting long[].static classA PropertyAdapter supporting short[].