Get the right field of the given position.
(int position)
| 96 | * Get the right field of the given position. |
| 97 | */ |
| 98 | protected int getRight(int position) { |
| 99 | return data.get(position * ELEMENT_SIZE + RIGHT_OFFSET); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Set the left field of the given position. |