Class CollectionsUtils

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void reverse(List<out Object> list) Collections.
      • Methods inherited from class java.lang.Object

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

      • CollectionsUtils

        CollectionsUtils()
    • Method Detail

      • reverse

         static void reverse(List<out Object> list)

        Collections.reverse功能实现(适配Android M)

        Android M 以上使用 Collections.reverse

        Android M 及以下使用reverseAdapterAndroidM方法处理