org.wikimodel.wem.util
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
 boolean equalsData(X pos)
           
 int getPos()
           
 

Method Detail

equalsData

boolean equalsData(X pos)
Parameters:
pos -
Returns:
true if the underlying data in both positions are the same

getPos

int getPos()
Returns:
the position of the node


Copyright © 2005-2012. All Rights Reserved.