Class LongRecord

java.lang.Object
net.arnx.jef4j.util.LongRecord
All Implemented Interfaces:
Serializable, Record

public class LongRecord extends Object implements Record, Serializable
See Also:
  • Constructor Details

    • LongRecord

      public LongRecord()
    • LongRecord

      public LongRecord(char pattern, long[] array)
  • Method Details

    • set

      public void set(char pattern, long[] array)
    • exists

      public boolean exists(int pos)
      Specified by:
      exists in interface Record
    • get

      public long get(int pos)
      Specified by:
      get in interface Record
    • toString

      public String toString()
      Overrides:
      toString in class Object