Uses of Class
eu.bandm.tools.lljava.codec.Decoder.LazyPoolEntry
Packages that use Decoder.LazyPoolEntry
-
Uses of Decoder.LazyPoolEntry in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec that return Decoder.LazyPoolEntryModifier 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)