org.zkoss.idom.impl
Class FacadeNodeList

java.lang.Object
  extended by 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.
 
Constructor Summary
FacadeNodeList(List list)
          Constructor.
 
Method Summary
 int getLength()
           
 Node item(int j)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_list

protected List _list
The java List to facade.

Constructor Detail

FacadeNodeList

public FacadeNodeList(List list)
Constructor.

Parameters:
list - the list to facade; never null
Method Detail

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 © 2014. All rights reserved.