Adds a token. @param element element to be added @return self reference
(final byte[] element)
| 41 | * @return self reference |
| 42 | */ |
| 43 | public StringList add(final byte[] element) { |
| 44 | return add(Token.string(element)); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Sorts the elements in ascending order, using the standard options. |