Class DecodedObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int newPosition  
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodedObject​(int newPosition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getNewPosition()  
      • Methods inherited from class java.lang.Object

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

      • newPosition

        private final int newPosition
    • Constructor Detail

      • DecodedObject

        DecodedObject​(int newPosition)
    • Method Detail

      • getNewPosition

        final int getNewPosition()