public static class

StarMatcher.LineResult

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.base.StarMatcher.LineResult

Summary

Fields
public int charEndIndex relative to the full buffer
public int charStartIndex relative to the full buffer
public int lineEndIndex relative to the full buffer
public int lineStartIndex relative to the full buffer
Public Constructors
LineResult(int charStartIndex, int charEndIndex, int lineStartIndex, int lineEndIndex)
Public Methods
boolean equals(Object obj)
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int charEndIndex

relative to the full buffer

public int charStartIndex

relative to the full buffer

public int lineEndIndex

relative to the full buffer

public int lineStartIndex

relative to the full buffer

Public Constructors

public LineResult (int charStartIndex, int charEndIndex, int lineStartIndex, int lineEndIndex)

Public Methods

public boolean equals (Object obj)

public int hashCode ()

public String toString ()