net.sourceforge.combean.mathprog.grooml
Class GListSet

A constant set given by a container that implements the List interface-

Field Summary
 List valList
           
 
Constructor Summary
GListSet(List valList)
            Constructor
 
Method Summary
Iterator evaluate(Object env)
          
Object getElem(int idx)
          
List getValues()
          
int indexOf(Object elem)
          
int size()
          
String toString()
          
 

Constructor Detail

GListSet

public GListSet(List valList)
Constructor
params:
valList the List objects that contains the values in the set.


Method Detail

evaluate

public Iterator evaluate(Object env)


getElem

public Object getElem(int idx)


getValues

public List getValues()


indexOf

public int indexOf(Object elem)


size

public int size()


toString

public String toString()