Class SearchEnumeration

    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

    • Method Detail

      • nextRequestId

        public RequestId nextRequestId()
        Description copied from interface: IRequestList
        Gets the next RequestId from this list. null is returned when there are no more elements in the list.

        Callers should be sure there is another element in the list by calling hasMoreElements first.

        Specified by:
        nextRequestId in interface IRequestList
        Returns:
        next request id
      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<RequestId>
      • nextElement

        public RequestId nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<RequestId>
      • nextRequest

        public java.lang.Object nextRequest()
        Description copied from interface: IRequestList
        Gets next request from the list.
        Specified by:
        nextRequest in interface IRequestList
        Returns:
        next request