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