Class MoreKit

java.lang.Object
com.iohao.net.common.kit.MoreKit

public class MoreKit extends Object
Author:
渔民小镇
date:
2023-12-07
  • Constructor Details

    • MoreKit

      public MoreKit()
  • Method Details

    • firstNonNull

      public <T> T firstNonNull(T first, T second)
    • putIfAbsent

      public <K,T> T putIfAbsent(Map<K,T> map, K key, T value)
    • execute

      public void execute(Executor executor, Runnable runnable)