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 aBlockAddress
which 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 boolean
equals(Object obj)
BlockAddress
getBlockAddress()
int
getLineNumber()
int
hashCode()
-
-
-
Constructor Detail
-
BlockLineLocation
public BlockLineLocation(BlockAddress block, int line)
-
-