jasp.util
Interface Collection

All Known Implementing Classes:
ASPCookie, IStringList

public interface Collection

The root interface in the collection hierarchy.


Method Summary
 java.util.Enumeration elements()
          Returns an enumeration of the items in this Collection.
 variant getValue()
          Returns the default value of the Collection.
 double toDouble()
          Returns the double value of the Collection.
 

Method Detail

elements

public java.util.Enumeration elements()
                               throws java.lang.Exception
Returns an enumeration of the items in this Collection.

getValue

public variant getValue()
                 throws java.lang.Exception
Returns the default value of the Collection.

toDouble

public double toDouble()
                throws java.lang.Exception
Returns the double value of the Collection.