Interface TreeBuilder.IPos<X extends TreeBuilder.IPos<X>>
-
- All Known Implementing Classes:
SectionBuilder.TocEntry
- Enclosing class:
- TreeBuilder<X extends TreeBuilder.IPos<X>>
public static interface TreeBuilder.IPos<X extends TreeBuilder.IPos<X>>
This interface identifies position of elements in rows.- Author:
- MikhailKotelnikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equalsData(X pos)
int
getPos()
-
-
-
Method Detail
-
equalsData
boolean equalsData(X pos)
- Returns:
true
if the underlying data in both positions are the same
-
getPos
int getPos()
- Returns:
- the position of the node
-
-