Interface IKeyRecordList


  • public interface IKeyRecordList
    A class represents a list of key records.

    Version:
    $Revision$, $Date$
    • Method Detail

      • getSize

        int getSize()
        Retrieves the size of key list.
        Returns:
        size of key list
      • getKeyRecords

        java.util.Enumeration<IKeyRecord> getKeyRecords​(int startidx,
                                                        int endidx)
                                                 throws EBaseException
        Retrieves key records.
        Parameters:
        startidx - start index
        endidx - end index
        Returns:
        key records
        Throws:
        EBaseException - failed to retrieve key records