Class AbstractScheduledAction.Pair<FIRST,​SECOND>

  • Type Parameters:
    FIRST -
    SECOND -
    Enclosing class:
    AbstractScheduledAction

    public static class AbstractScheduledAction.Pair<FIRST,​SECOND>
    extends java.lang.Object
    Simple class to hold to related objects
    Author:
    Andy Hind
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(FIRST first, SECOND second)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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