Class IndexedTable.IndexedEntry

java.lang.Object
org.jlab.utils.groups.IndexedTable.IndexedEntry
Enclosing class:
IndexedTable

public static class IndexedTable.IndexedEntry extends Object
Author:
gavalian
  • Constructor Details Link icon

    • IndexedEntry Link icon

      public IndexedEntry(int size)
  • Method Details Link icon

    • setValue Link icon

      public void setValue(int index, Number value)
    • getValue Link icon

      public Number getValue(int index)
    • getSize Link icon

      public int getSize()
    • setSize Link icon

      public void setSize(int size)