com.pcbsys.nirvana.client.nDataGroupIterator Class Reference

Used to iterate through the nDataStreams contained within an nDataGroup. More...

Inherits Iterator< nDataStream >.

Public Member Functions

 nDataGroupIterator (nDataGroup group)
 Constructs a new Iterator for the given nDataGroup. More...
 

Detailed Description

Used to iterate through the nDataStreams contained within an nDataGroup.

Constructor & Destructor Documentation

com.pcbsys.nirvana.client.nDataGroupIterator.nDataGroupIterator ( nDataGroup  group)

Constructs a new Iterator for the given nDataGroup.

This is an MT-safe iterator, based on a snapshot of the nDataGroups's streams at the time of creation.

Parameters
groupthe group to iterator over