Interface LineMapper.LineLookup

Enclosing class:
LineMapper

public static interface LineMapper.LineLookup
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getLineFromCursor(int cursor)
     
    boolean
    hasLine(int line)
     
  • Method Details

    • getLineFromCursor

      int getLineFromCursor(int cursor)
    • hasLine

      boolean hasLine(int line)