Returns the Unicode token for the specified entity or null. @param key key @return Unicode token
(final byte[] key)
| 447 | * @return Unicode token |
| 448 | */ |
| 449 | public static byte[] getEntity(final byte[] key) { |
| 450 | return entities().get(key); |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Returns the most similar entity. |