public class

RowClosure

extends Object
java.lang.Object
   ↳ sun.tools.jstat.RowClosure

Class Overview

A class implementing the Closure interface for iterating over the specified columns of data and generating the columnized string of data representing a row of output for the form.

Summary

Public Constructors
RowClosure(MonitoredVm vm)
Public Methods
String getRow()
void visit(Object o, boolean hasNext)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RowClosure (MonitoredVm vm)

Public Methods

public String getRow ()

public void visit (Object o, boolean hasNext)