Class DefaultResultContext<T>

  • All Implemented Interfaces:
    ResultContext<T>

    public class DefaultResultContext<T>
    extends java.lang.Object
    implements ResultContext<T>
    Author:
    Clinton Begin
    • Method Summary

      Modifier and Type Method Description
      int getResultCount()  
      T getResultObject()  
      boolean isStopped()  
      void nextResultObject​(T resultObject)  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait