com.bea.content.virtual
Interface VirtualNodeIterator

All Superinterfaces
Iterator, Serializable

public interface VirtualNodeIterator
extends Iterator, Serializable

A Serializable Iterator over VirtualNodes.


Method Summary
 VirtualNode get(int i)
          Gets the virtual node at position i.
 int size()
          Returns the size of the underlying collection.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

size

int size()
Returns the size of the underlying collection.

Returns
The size.

get

VirtualNode get(int i)
Gets the virtual node at position i.

Parameters
i - The position
Returns
The virtual node


Copyright © 2008 BEA Systems, Inc. All Rights Reserved