org.zkoss.idom.impl
Class FacadeNodeList
java.lang.Object
org.zkoss.idom.impl.FacadeNodeList
- All Implemented Interfaces:
- NodeList
public class FacadeNodeList
- extends Object
- implements NodeList
The NodeList which is a facade of another java List.
- Author:
- tomyeh
|
Field Summary |
protected List |
_list
The java List to facade. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_list
protected List _list
- The java List to facade.
FacadeNodeList
public FacadeNodeList(List list)
- Constructor.
- Parameters:
list - the list to facade; never null
getLength
public final int getLength()
- Specified by:
getLength in interface NodeList
item
public final Node item(int j)
- Specified by:
item in interface NodeList
Copyright © 2013. All rights reserved.