Class ResourceCollators


  • public class ResourceCollators
    extends java.lang.Object
    • Method Summary

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

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

      • ResourceCollators

        public ResourceCollators()
    • Method Detail

      • byLastModified

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

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

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