Class Utils


  • public final class Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<java.lang.String> index​(java.util.Collection<java.lang.String> keys, boolean ordered)  
      • Methods inherited from class java.lang.Object

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

      • Utils

        private Utils()
    • Method Detail

      • index

        public static java.util.Collection<java.lang.String> index​(java.util.Collection<java.lang.String> keys,
                                                                   boolean ordered)