Class ResourceCollators


  • @Deprecated(since="2021-05-27")
    public class ResourceCollators
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceCollators()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.Comparator<? super Resource> byLastModified​(boolean sortOrderAscending)
      Deprecated.
       
      static java.util.Comparator<? super Resource> byName​(boolean sortOrderAscending)
      Deprecated.
       
      static java.util.Comparator<? super Resource> bySize​(boolean sortOrderAscending)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • ResourceCollators

        public ResourceCollators()
        Deprecated.
    • Method Detail

      • byLastModified

        public static java.util.Comparator<? super Resource> byLastModified​(boolean sortOrderAscending)
        Deprecated.
      • byName

        public static java.util.Comparator<? super Resource> byName​(boolean sortOrderAscending)
        Deprecated.
      • bySize

        public static java.util.Comparator<? super Resource> bySize​(boolean sortOrderAscending)
        Deprecated.