to.etc.util
Interface IListable<T>


public interface IListable<T>

Something which behaves as a read-only list.

Created on May 26, 2005

Author:
Frits Jalvingh

Method Summary
 T get(int ix)
           
 int size()
           
 

Method Detail

size

int size()
         throws java.lang.Exception
Throws:
java.lang.Exception

get

T get(int ix)
      throws java.lang.Exception
Throws:
java.lang.Exception