org.zkoss.xml
Class FacadeList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.zkoss.xml.FacadeList
- All Implemented Interfaces:
- Iterable, Collection, List
public class FacadeList
- extends AbstractList
The java List which is a facade of a NodeList.
- Author:
- tomyeh
- See Also:
FacadeNodeList
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
_nlist
protected NodeList _nlist
- The node list to facade.
FacadeList
public FacadeList(NodeList nlist)
- Constructor.
get
public Object get(int index)
- Specified by:
get in interface List- Specified by:
get in class AbstractList
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in interface List- Specified by:
size in class AbstractCollection
Copyright © 2012. All Rights Reserved.