# Class: com.pnfsoftware.jeb.util.base.StarMatcher.Result

String match result provided by the `find` method.

## Constructor: Result
- parameter: `charStartIndex`, type: `int`
- parameter: `charEndIndex`, type: `int`

Description: Create a match result.
parameter: charStartIndex: inclusive character start index in the searched buffer
parameter: charEndIndex: exclusive character end index in the searched buffer

## Field: charEndIndex
Type: `int`
Description: relative to the full buffer

## Field: charStartIndex
Type: `int`
Description: relative to the full buffer

## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: hashCode
- return type: `int`


## Method: toString
- return type: `java.lang.String`


