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 |
|---|---|
Dictionary |
lookup(long id)
Return the dictionary for the given ID.
|
Dictionary lookup(long id)
Copyright © 2021 The Apache Software Foundation. All rights reserved.