JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
OpenJ9 JDK 23
openj9.dtfjview
com.ibm.jvm.dtfjview.tools.utils
IStringModifier
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
modify(String)
Interface IStringModifier
All Known Implementing Classes:
StringModifier
public interface
IStringModifier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
modify
(
String
s)
This method is to be called by an OutputStreamModifier object before the string is sent to the OutputStream.
Method Details
modify
String
modify
(
String
s)
This method is to be called by an OutputStreamModifier object before the string is sent to the OutputStream.
Parameters:
s
- The string to be modified.
Returns:
Return a modified string.