Class OTFSubSetFile.FDIndexReference

  • Enclosing class:
    OTFSubSetFile

    private static class OTFSubSetFile.FDIndexReference
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int newFDIndex  
      private int oldFDIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      FDIndexReference​(int newFDIndex, int oldFDIndex)  
    • Field Detail

      • newFDIndex

        private int newFDIndex
      • oldFDIndex

        private int oldFDIndex
    • Constructor Detail

      • FDIndexReference

        public FDIndexReference​(int newFDIndex,
                                int oldFDIndex)
    • Method Detail

      • getNewFDIndex

        public int getNewFDIndex()
      • getOldFDIndex

        public int getOldFDIndex()