Package Hierarchies:
- me.hsgamer.topper.agent.core,
- me.hsgamer.topper.agent.snapshot,
- me.hsgamer.topper.agent.storage,
- me.hsgamer.topper.agent.update,
- me.hsgamer.topper.data.core,
- me.hsgamer.topper.data.simple,
- me.hsgamer.topper.query.core,
- me.hsgamer.topper.query.display.number,
- me.hsgamer.topper.query.forward,
- me.hsgamer.topper.query.holder,
- me.hsgamer.topper.query.simple,
- me.hsgamer.topper.query.snapshot,
- me.hsgamer.topper.storage.bundle,
- me.hsgamer.topper.storage.core,
- me.hsgamer.topper.storage.flat.converter,
- me.hsgamer.topper.storage.flat.core,
- me.hsgamer.topper.storage.flat.properties,
- me.hsgamer.topper.storage.sql.config,
- me.hsgamer.topper.storage.sql.converter,
- me.hsgamer.topper.storage.sql.core,
- me.hsgamer.topper.storage.sql.mysql,
- me.hsgamer.topper.storage.sql.sqlite,
- me.hsgamer.topper.value.core,
- me.hsgamer.topper.value.string,
- me.hsgamer.topper.value.timeformat
Class Hierarchy
- java.lang.Object
- me.hsgamer.topper.storage.sql.converter.BooleanSqlValueConverter (implements me.hsgamer.topper.storage.sql.core.SqlValueConverter<T>)
- me.hsgamer.topper.storage.flat.converter.ComplexFlatValueConverter<T> (implements me.hsgamer.topper.storage.flat.core.FlatValueConverter<T>)
- me.hsgamer.topper.storage.flat.converter.ComplexFlatValueConverter.Builder<T>
- me.hsgamer.topper.storage.sql.converter.ComplexSqlValueConverter<T> (implements me.hsgamer.topper.storage.sql.core.SqlValueConverter<T>)
- me.hsgamer.topper.storage.sql.converter.ComplexSqlValueConverter.Builder<T>
- me.hsgamer.topper.value.timeformat.DateTimeFormatters
- me.hsgamer.topper.value.timeformat.DurationTimeFormatters
- me.hsgamer.topper.storage.flat.core.FlatDataStorage<F,K,V> (implements me.hsgamer.topper.storage.core.DataStorage<K,V>)
- me.hsgamer.topper.query.holder.HolderQuery.Context<K,V,H> (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.hscore.builder.MassBuilder<I,O>
- me.hsgamer.hscore.builder.Builder<R,V>
- me.hsgamer.topper.query.display.number.NumberDisplay<K,V> (implements me.hsgamer.topper.query.simple.SimpleQueryDisplay<K,V>)
- me.hsgamer.topper.storage.flat.converter.NumberFlatValueConverter<T> (implements me.hsgamer.topper.storage.flat.core.FlatValueConverter<T>)
- me.hsgamer.topper.storage.sql.converter.NumberSqlValueConverter<T> (implements me.hsgamer.topper.storage.sql.core.SqlValueConverter<T>)
- me.hsgamer.topper.value.string.NumberStringDeformatter (implements java.util.function.UnaryOperator<T>)
- me.hsgamer.topper.storage.flat.properties.PropertiesDataStorage.PropertyFile
- me.hsgamer.topper.query.forward.QueryForward<A,C>
- me.hsgamer.topper.query.core.QueryManager<A> (implements me.hsgamer.topper.query.core.Query<A>)
- me.hsgamer.topper.query.core.QueryResult
- me.hsgamer.topper.data.simple.SimpleDataEntry<K,V> (implements me.hsgamer.topper.data.core.DataEntry<K,V>)
- me.hsgamer.topper.data.simple.SimpleDataHolder<K,V> (implements me.hsgamer.topper.data.core.DataHolder<K,V>)
- me.hsgamer.topper.storage.flat.converter.SimpleFlatValueConverter<T> (implements me.hsgamer.topper.storage.flat.core.FlatValueConverter<T>)
- me.hsgamer.topper.query.simple.SimpleQuery<A,C> (implements me.hsgamer.topper.query.core.Query<A>)
- me.hsgamer.topper.query.simple.SimpleQueryContext (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.topper.storage.sql.converter.SimpleSqlValueConverter<T> (implements me.hsgamer.topper.storage.sql.core.SqlValueConverter<T>)
- me.hsgamer.topper.agent.snapshot.SnapshotAgent<K,V> (implements me.hsgamer.topper.agent.core.Agent, java.lang.Runnable)
- me.hsgamer.topper.query.snapshot.SnapshotQuery.Context<K,V> (implements me.hsgamer.topper.query.simple.SimpleQuery.Context)
- me.hsgamer.topper.storage.sql.config.SqlDatabaseConfig (implements me.hsgamer.topper.storage.sql.core.SqlDatabaseSetting)
- me.hsgamer.topper.storage.sql.core.SqlDataStorageSupplier
- me.hsgamer.topper.storage.sql.core.SqlDataStorageSupplier.Options
- me.hsgamer.topper.agent.storage.StorageAgent<K,V> (implements me.hsgamer.topper.agent.core.Agent, me.hsgamer.topper.agent.core.DataEntryAgent<K,V>, java.lang.Runnable)
- me.hsgamer.topper.value.string.StringDeformatters
- me.hsgamer.topper.value.string.TimeStringDeformatter (implements java.util.function.UnaryOperator<T>)
- me.hsgamer.topper.agent.update.UpdateAgent<K,V> (implements me.hsgamer.topper.agent.core.DataEntryAgent<K,V>)
- me.hsgamer.topper.value.core.ValueWrapper<T>
Interface Hierarchy
- me.hsgamer.topper.agent.core.Agent
- java.util.function.BiFunction<T,U,R>
- me.hsgamer.topper.query.core.Query<A>
- me.hsgamer.topper.data.core.DataEntry<K,V>
- me.hsgamer.topper.agent.core.DataEntryAgent<K,V>
- me.hsgamer.topper.data.core.DataHolder<K,V>
- me.hsgamer.topper.storage.core.DataStorage<K,V>
- me.hsgamer.topper.storage.core.DataStorage.Modifier<K,V>
- me.hsgamer.topper.storage.bundle.DataStorageSetting
- me.hsgamer.topper.storage.bundle.DataStorageSupplier
- me.hsgamer.topper.storage.flat.core.FlatValueConverter<T>
- java.util.function.Function<T,R>
- me.hsgamer.topper.query.forward.QueryForwardContext<A>
- me.hsgamer.topper.query.simple.SimpleQuery.Context
- me.hsgamer.topper.query.simple.SimpleQueryDisplay<K,V>
- me.hsgamer.topper.storage.sql.core.SqlDatabaseSetting
- me.hsgamer.topper.storage.sql.core.SqlValueConverter<T>
- me.hsgamer.topper.storage.bundle.ValueConverter<K,V>