Class FromTo


  • public class FromTo
    extends Object
    From origin column index to target column index. If the column for example does not have values or is limited we only use a tick mark in the cell.
    • Method Detail

      • makePlaceHolder

        public static FromTo makePlaceHolder​(int from,
                                             int to)
      • makeFromTo

        public static FromTo makeFromTo​(int from,
                                        int to)
      • getFromColumnIndex

        public int getFromColumnIndex()
      • getToColumnIndex

        public int getToColumnIndex()
      • shouldUseATickAsValue

        public boolean shouldUseATickAsValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object