com.sun.xml.bind.util
Class ListImpl<T>

java.lang.Object
  extended by com.sun.xml.bind.util.ProxyListImpl<T>
      extended by com.sun.xml.bind.util.ListImpl<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>

public class ListImpl<T>
extends ProxyListImpl<T>
implements Serializable

Since:
JAXB1.0
Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.xml.bind.util.ProxyListImpl
core
 
Constructor Summary
ListImpl(List<T> c)
           
 
Method Summary
 Object clone()
           
 boolean isModified()
           
 void setModified(boolean f)
           
 
Methods inherited from class com.sun.xml.bind.util.ProxyListImpl
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListImpl

public ListImpl(List<T> c)
Method Detail

isModified

public boolean isModified()

setModified

public void setModified(boolean f)
Specified by:
setModified in class ProxyListImpl<T>

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2014 Oracle Corporation. All Rights Reserved.