Class PoolEntry

java.lang.Object
com.pnfsoftware.jeb.core.units.PoolEntry

@Ser public abstract class PoolEntry extends Object
A numbered entry in a pool.
  • Constructor Details

    • PoolEntry

      public PoolEntry()
  • Method Details

    • setIndex

      public void setIndex(int index)
    • getIndex

      public int getIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object