(AdjacentNodes adjacentNodesTmp, int offsetPosition)
| 676 | } |
| 677 | |
| 678 | public int startIndex(AdjacentNodes adjacentNodesTmp, int offsetPosition) { |
| 679 | return adjacentNodesTmp.getOffset(2 * offsetPosition); |
| 680 | } |
| 681 | |
| 682 | /** |
| 683 | * @return number of elements reserved in `adjacentNodesWithEdgeProperties` for a given edge label |
no test coverage detected