public class

HeaderClosure

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

Class Overview

A class implementing the Closure interface that visits the nodes of the nodes of a ColumFormat object and computes the header string for the columns of data.

Summary

Public Constructors
HeaderClosure()
Public Methods
String getHeader()
void visit(Object o, boolean hasNext)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HeaderClosure ()

Public Methods

public String getHeader ()

public void visit (Object o, boolean hasNext)