Uses of Interface
io.github.toolfactory.jvm.function.template.Function
-
Packages that use Function Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog io.github.toolfactory.jvm.util -
-
Uses of Function in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as Function Modifier and Type Field Description protected Function<java.lang.ClassLoader,CleanableSupplier<java.util.Collection<java.lang.Class<?>>>>DriverAbst. loadedClassesRetrieverSupplierprotected Function<java.lang.ClassLoader,java.util.Map<java.lang.String,?>>DriverAbst. loadedPackagesRetriever -
Uses of Function in io.github.toolfactory.jvm.function.catalog
Subinterfaces of Function in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interfaceGetLoadedClassesRetrieverFunctionstatic interfaceGetLoadedClassesRetrieverFunction.NativeinterfaceGetLoadedPackagesFunctionstatic interfaceGetLoadedPackagesFunction.NativeClasses in io.github.toolfactory.jvm.function.catalog that implement Function Modifier and Type Class Description static classGetLoadedClassesRetrieverFunction.ForJava7static classGetLoadedClassesRetrieverFunction.ForJava7.ForSemerustatic classGetLoadedClassesRetrieverFunction.Native.ForJava7static classGetLoadedClassesRetrieverFunction.Native.ForJava7.ForSemerustatic classGetLoadedPackagesFunction.ForJava7static classGetLoadedPackagesFunction.Native.ForJava7 -
Uses of Function in io.github.toolfactory.jvm.util
Methods in io.github.toolfactory.jvm.util with parameters of type Function Modifier and Type Method Description private static java.lang.String[]Classes.File.Reader. getInterfaceNames(Function<java.lang.Integer,java.lang.Byte> byteSupplier, int header, int maxStringLength, java.lang.String[] constantUtf8Values, int[] cpInfoOffsets)private static intClasses.File.Reader. readUnsignedShort(Function<java.lang.Integer,java.lang.Byte> byteSupplier, int offset)private static java.lang.StringClasses.File.Reader. readUtf(Function<java.lang.Integer,java.lang.Byte> byteSupplier, int constantPoolEntryIndex, char[] charBuffer, java.lang.String[] constantUtf8Values, int[] cpInfoOffsets)private static java.lang.StringClasses.File.Reader. readUtf(Function<java.lang.Integer,java.lang.Byte> byteSupplier, int utfOffset, int utfLength, char[] charBuffer)private static java.lang.StringClasses.File.Reader. readUTF8(Function<java.lang.Integer,java.lang.Byte> byteSupplier, int offset, char[] charBuffer, java.lang.String[] constantUtf8Values, int[] cpInfoOffsets)private static Classes.RawInfoClasses.File.Reader. retrieveInfo(Function<java.lang.Integer,java.lang.Byte> byteSupplier)
-