/* * Interface created by InterfaceBuilder. Do not modify. * * Created on Sat May 05 18:29:49 PDT 2001 */ package hep.io.root.interfaces; public interface TLeafO extends hep.io.root.RootObject, TLeaf { boolean getValue(long index) throws java.io.IOException; }