Package com.sun.xml.ws.spi.db
Interface RepeatedElementBridge.CollectionHandler
-
- Enclosing class:
- RepeatedElementBridge<T>
public static interface RepeatedElementBridge.CollectionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
convert(List list)
int
getSize(Object c)
Iterator
iterator(Object c)
-