protected class Decoder.LazyPoolEntry extends Object implements Supplier<LLJava.ConstantPoolEntry>
Modifier | Constructor and Description |
---|---|
protected |
LazyPoolEntry(Supplier<? extends LLJava.ConstantPoolEntry> initializer) |
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantPoolEntry |
get() |
<E extends LLJava.ConstantPoolEntry> |
getAs(Class<E> type) |
protected LazyPoolEntry(Supplier<? extends LLJava.ConstantPoolEntry> initializer)
public LLJava.ConstantPoolEntry get()
get
in interface Supplier<LLJava.ConstantPoolEntry>
public <E extends LLJava.ConstantPoolEntry> E getAs(Class<E> type)
see also the complete user documentation .