Class ListEnumeration

java.lang.Object
com.netscape.cmscore.request.ListEnumeration
All Implemented Interfaces:
IRequestVirtualList

public class ListEnumeration extends Object implements IRequestVirtualList
  • Field Details

  • Constructor Details

  • Method Details

    • getElementAt

      public Request getElementAt(int i)
      Description copied from interface: IRequestVirtualList
      Gets the element at the specified index
      Specified by:
      getElementAt in interface IRequestVirtualList
      Parameters:
      i - index of the element
      Returns:
      specified request
    • getCurrentIndex

      public int getCurrentIndex()
      Description copied from interface: IRequestVirtualList
      Gets the current index
      Specified by:
      getCurrentIndex in interface IRequestVirtualList
      Returns:
      current index
    • getSize

      public int getSize()
      Description copied from interface: IRequestVirtualList
      Gets the total size of the result set. Elements of the list are numbered from 0..(size-1)
      Specified by:
      getSize in interface IRequestVirtualList
      Returns:
      size of the result set
    • getSizeBeforeJumpTo

      public int getSizeBeforeJumpTo()
    • getSizeAfterJumpTo

      public int getSizeAfterJumpTo()