wt.inf.container
Interface ContainerIterator

All Superinterfaces:
Iterator

public interface ContainerIterator
extends Iterator

An extension of Iterator that provides container-specific next() methods.

Supported API: false

Extendable: false


Method Summary
 WTContainer nextContainer()
          

Supported API: false
 WTContainerRef nextContainerRef()
          

Supported API: false
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextContainer

public WTContainer nextContainer()


Supported API: false

Returns:
WTContainer

nextContainerRef

public WTContainerRef nextContainerRef()


Supported API: false

Returns:
WTContainerRef