Class IntRecord

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

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

    • IntRecord

      public IntRecord()
    • IntRecord

      public IntRecord(char pattern, int[] array)
  • Method Details

    • set

      public void set(char pattern, int[] 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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object