public interface DictionaryProvider
Dictionary.| Modifier and Type | Interface and Description |
|---|---|
static class |
DictionaryProvider.MapDictionaryProvider
Implementation of
DictionaryProvider that is backed by a hash-map. |
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getDictionaryIds()
Get all dictionary IDs.
|
Dictionary |
lookup(long id)
Return the dictionary for the given ID.
|
Dictionary lookup(long id)
Copyright © 2024 The Apache Software Foundation. All rights reserved.