- java.lang.Object
 - 
- com.ibm.jvm.dtfjview.tools.utils.MaxLinesPrematchHandle
 
 
- 
- All Implemented Interfaces:
 IPrematchHandle
public class MaxLinesPrematchHandle extends Object implements IPrematchHandle
This class first caches up to a specified number of lines before the matching is found. The lines will be released whenever it is asked to do so. 
- 
- 
Constructor Summary
Constructors Constructor Description MaxLinesPrematchHandle(int maxPrematchLines) 
 -