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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.