Package org.immutables.generator
Class Output.Cache<K,V>
- java.lang.Object
-
- org.immutables.generator.Output.Cache<K,V>
-
- Enclosing class:
- Output
@NotThreadSafe private abstract static class Output.Cache<K,V> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCache()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.Map<K,V>asMap()(package private) voidclear()(package private) Vget(K key)protected abstract Vload(K key)
-