Class GetPointerData

  • All Implemented Interfaces:
    java.util.concurrent.Callable

    public class GetPointerData
    extends java.lang.Object
    implements java.util.concurrent.Callable
    Create GetPointerData class implements with Callable to call the getExistTableLinkList GetPointerData class uses to get total points for each state by category from current validTableLink.
    Since:
    2019-04-19
    Version:
    1.0
    Author:
    Liew Sin Hui
    • Constructor Summary

      Constructors 
      Constructor Description
      GetPointerData​(java.lang.String link)
      This constructs a get pointer data with a specified link (validTableLink)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Vector<javafx.util.Pair<java.lang.Double,​java.lang.String>> call()
      get total points for each state by category from getTwo method
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetPointerData

        public GetPointerData​(java.lang.String link)
        This constructs a get pointer data with a specified link (validTableLink)
        Parameters:
        link - an initial validTableLink
    • Method Detail

      • call

        public java.util.Vector<javafx.util.Pair<java.lang.Double,​java.lang.String>> call()
        get total points for each state by category from getTwo method
        Specified by:
        call in interface java.util.concurrent.Callable
        Returns:
        subTotal with call() method for return the whole value to ResultPointerStatistic class.