| Interface | Description |
|---|---|
| Interner<T> |
Interface for interning objects, similar to
String.intern() but generic and multi-instance capable. |
| Class | Description |
|---|---|
| HashInterner<T> |
Hash based implementation of
Interner. |
Copyright © 2018 trivago. All rights reserved.