View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window trino-collect-420.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.trino.collect.cache
├─ io.trino.collect.cache.CacheUtils.class - [JAR]
├─ io.trino.collect.cache.ElementTypesAreNonnullByDefault.class - [JAR]
├─ io.trino.collect.cache.EmptyCache.class - [JAR]
├─ io.trino.collect.cache.EvictableCache.class - [JAR]
├─ io.trino.collect.cache.EvictableCacheBuilder.class - [JAR]
├─ io.trino.collect.cache.NonEvictableCache.class - [JAR]
├─ io.trino.collect.cache.NonEvictableCacheImpl.class - [JAR]
├─ io.trino.collect.cache.NonEvictableLoadingCache.class - [JAR]
├─ io.trino.collect.cache.NonEvictableLoadingCacheImpl.class - [JAR]
├─ io.trino.collect.cache.NonKeyEvictableCache.class - [JAR]
├─ io.trino.collect.cache.NonKeyEvictableCacheImpl.class - [JAR]
├─ io.trino.collect.cache.NonKeyEvictableLoadingCache.class - [JAR]
├─ io.trino.collect.cache.NonKeyEvictableLoadingCacheImpl.class - [JAR]
├─ io.trino.collect.cache.SafeCaches.class - [JAR]