Class BranchManager.SwitchCase

  • Enclosing class:
    BranchManager

    private static class BranchManager.SwitchCase
    extends java.lang.Object
    Helper structure for caculateSwitch
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int block  
      (package private) long key  
      (package private) int position  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SwitchCase()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        long key
      • position

        int position
      • block

        int block
    • Constructor Detail

      • SwitchCase

        private SwitchCase()