Package 

Class BaseBuild

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable , kotlin.collections.Map , kotlin.collections.MutableMap

    
    public class BaseBuild<T extends BaseBuild<T>>
    extends HashMap<String, Any>
                        

    </br>(可选)创建-(维护)日期:2021/06/09-(2022/08/16(原BaseBuilder) </br>(可选)描述:基础构造器,用于本地保存的数据,与SP中关系对应KConstants,baseUrl为主体Url不能修改 </br> Email:qyddai@gmail.com </br> Github:<a href ="https://qydq.github.io">qydq</a>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BaseBuild.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseBuild()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OlData getConfig()
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getSize, getValues, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseBuild

        BaseBuild()