xpointer.datatype
Interface SchemeList

All Known Implementing Classes:
SchemeListImpl

public interface SchemeList

This class represents a list of schemes.


Method Summary
 int getLength()
          Returns the number of schemes in the list
 Scheme item(int i)
          Returns the i-th scheme in the list
 

Method Detail

item

public Scheme item(int i)
Returns the i-th scheme in the list

getLength

public int getLength()
Returns the number of schemes in the list