Interface Record

All Known Implementing Classes:
ByteRecord, CharRecord, IntRecord, LongRecord

public interface Record
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    exists(int pos)
     
    long
    get(int pos)
     
  • Method Details

    • exists

      boolean exists(int pos)
    • get

      long get(int pos)