static class RepeatedElementBridge.BaseCollectionHandler extends Object implements RepeatedElementBridge.CollectionHandler
| Constructor and Description |
|---|
BaseCollectionHandler(Class c) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(List list) |
int |
getSize(Object c) |
Iterator |
iterator(Object c) |
Class type
BaseCollectionHandler(Class c)
public int getSize(Object c)
getSize in interface RepeatedElementBridge.CollectionHandlerpublic Object convert(List list)
convert in interface RepeatedElementBridge.CollectionHandlerpublic Iterator iterator(Object c)
iterator in interface RepeatedElementBridge.CollectionHandlerCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.