Class Versions


  • public class Versions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Versions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] cutAfterIndex​(int idx, int[] set)  
      static int getSelectedIndex​(int current, int[] set)  
      • Methods inherited from class java.lang.Object

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

      • JNDI

        public static final int[] JNDI
      • JMS

        public static final int[] JMS
      • JMS_CURRENT

        public static int JMS_CURRENT
    • Constructor Detail

      • Versions

        public Versions()
    • Method Detail

      • getSelectedIndex

        public static int getSelectedIndex​(int current,
                                           int[] set)
      • cutAfterIndex

        public static int[] cutAfterIndex​(int idx,
                                          int[] set)