public class Dictionary extends Object
| Constructor and Description |
|---|
Dictionary() |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
fromList(Iterable<String> values) |
int |
intern(String s) |
int |
size() |
List<String> |
values() |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.