Uses of Class
eu.bandm.tools.lljava.codec.Decoder.LazyPoolEntry
-
Uses of Decoder.LazyPoolEntry in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected <A extends LLJava.ConstantPoolEntry,
B extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy
(BiFunction<? super A, ? super B, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1, Class<B> type2) protected <A extends LLJava.ConstantPoolEntry>
Decoder.LazyPoolEntryDecoder.lazy
(Function<? super A, ? extends LLJava.ConstantPoolEntry> fun, Class<A> type1)