Class IndexedList.IndexGenerator

java.lang.Object
org.jlab.utils.groups.IndexedList.IndexGenerator
Enclosing class:
IndexedList<T>

public static class IndexedList.IndexGenerator extends Object
Index Generator class for generating a Long number out of up to 4 indecies.
  • Constructor Details

    • IndexGenerator

      public IndexGenerator()
  • Method Details

    • hashCode

      public static long hashCode(int... indecies)
    • getIndex

      public static int getIndex(long hashcode, int order)
    • getString

      public static String getString(long hashcode)