Class BlockLineLocation
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.search.BlockLineLocation
-
public final class BlockLineLocation extends Object
Precise location in the content, consisting of aBlockAddresswhich identifies the block, and a line number which indicates the line within that block (0-based).
-
-
Constructor Summary
Constructors Constructor Description BlockLineLocation(BlockAddress block, int line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BlockAddressgetBlockAddress()intgetLineNumber()inthashCode()
-
-
-
Constructor Detail
-
BlockLineLocation
public BlockLineLocation(BlockAddress block, int line)
-
-