Returns the length of an edge type block in the adjacentNodesWithEdgeProperties array. Length means number of index positions.
(AdjacentNodes adjacentNodesTmp, int offsetPosition)
| 711 | * Length means number of index positions. |
| 712 | */ |
| 713 | public final int blockLength(AdjacentNodes adjacentNodesTmp, int offsetPosition) { |
| 714 | return adjacentNodesTmp.getOffset(2 * offsetPosition + 1); |
| 715 | } |
| 716 | |
| 717 | /** |
| 718 | * grow the adjacentNodesWithEdgeProperties array |
no test coverage detected