-
Enhancement
-
Resolution: Fixed
-
P4
-
None
If we need to modify a bit the VirtualFlow, it could be useful to override the "getIndex()" method called over the program on cells.
Maybe create a :
protected int getCellIndex(T cell){
return cell.getIndex();
}
that will be called instead.
Maybe create a :
protected int getCellIndex(T cell){
return cell.getIndex();
}
that will be called instead.
- relates to
-
JDK-8207942 Add new protected VirtualFlow methods for subclassing
-
- Resolved
-