Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- me.hsgamer.hscore.common.CachedValue<T>
- me.hsgamer.hscore.common.supplier.StickySupplier<T> (implements java.util.function.Supplier<T>)
- me.hsgamer.hscore.common.CollectionUtils
- me.hsgamer.hscore.common.Pair<K,
V> - me.hsgamer.hscore.common.StringUtils
- me.hsgamer.hscore.common.Validate
- me.hsgamer.hscore.common.CachedValue<T>
Interface Hierarchy
- java.util.function.BiConsumer<T,
U> - me.hsgamer.hscore.common.consumer.ThrowableBiConsumer<T,
U>
- me.hsgamer.hscore.common.consumer.ThrowableBiConsumer<T,
- java.util.function.BiFunction<T,
U, R> - me.hsgamer.hscore.common.function.ThrowableBiFunction<T,
U, R>
- me.hsgamer.hscore.common.function.ThrowableBiFunction<T,
- java.util.function.Consumer<T>
- me.hsgamer.hscore.common.consumer.ThrowableConsumer<T>
- java.util.function.Function<T,
R> - me.hsgamer.hscore.common.function.ThrowableFunction<T,
R>
- me.hsgamer.hscore.common.function.ThrowableFunction<T,
- me.hsgamer.hscore.common.interfaces.StringReplacer
- java.util.function.Supplier<T>
- me.hsgamer.hscore.common.supplier.ThrowableSupplier<T>