com.sun.xml.ws.spi.db
Class RepeatedElementBridge.BaseCollectionHandler

java.lang.Object
  extended by com.sun.xml.ws.spi.db.RepeatedElementBridge.BaseCollectionHandler
All Implemented Interfaces:
RepeatedElementBridge.CollectionHandler
Enclosing class:
RepeatedElementBridge<T>

static class RepeatedElementBridge.BaseCollectionHandler
extends Object
implements RepeatedElementBridge.CollectionHandler


Field Summary
(package private)  Class type
           
 
Constructor Summary
RepeatedElementBridge.BaseCollectionHandler(Class c)
           
 
Method Summary
 Object convert(List list)
           
 int getSize(Object c)
           
 Iterator iterator(Object c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

Class type
Constructor Detail

RepeatedElementBridge.BaseCollectionHandler

RepeatedElementBridge.BaseCollectionHandler(Class c)
Method Detail

getSize

public int getSize(Object c)
Specified by:
getSize in interface RepeatedElementBridge.CollectionHandler

convert

public Object convert(List list)
Specified by:
convert in interface RepeatedElementBridge.CollectionHandler

iterator

public Iterator iterator(Object c)
Specified by:
iterator in interface RepeatedElementBridge.CollectionHandler


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.