Returns the size ID of the specified node. @param data data reference @return size ID, or 0 if key does not exist
(final Data data)
| 129 | * @return size ID, or {@code 0} if key does not exist |
| 130 | */ |
| 131 | public static int sizeID(final Data data) { |
| 132 | return data.attrNames.index(T_SIZE); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Returns the parent for the specified node. |