Class RoundRobinPool<T>


  • public class RoundRobinPool<T>
    extends java.lang.Object
    Author:
    Loc Ha
    • Constructor Summary

      Constructors 
      Constructor Description
      RoundRobinPool​(T[] services)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T next()  
      • Methods inherited from class java.lang.Object

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

      • RoundRobinPool

        public RoundRobinPool​(T[] services)
    • Method Detail

      • next

        public T next()