static class RepeatedElementBridge.ArrayHandler extends Object implements RepeatedElementBridge.CollectionHandler
Modifier and Type | Field and Description |
---|---|
(package private) Class |
componentClass |
Constructor and Description |
---|
ArrayHandler(Class component) |
Modifier and Type | Method and Description |
---|---|
Object |
convert(List list) |
int |
getSize(Object c) |
Iterator |
iterator(Object c) |
Class componentClass
public ArrayHandler(Class component)
public int getSize(Object c)
getSize
in interface RepeatedElementBridge.CollectionHandler
public Object convert(List list)
convert
in interface RepeatedElementBridge.CollectionHandler
public Iterator iterator(Object c)
iterator
in interface RepeatedElementBridge.CollectionHandler
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.