20080810, rgf

Uses of Class
org.rexxla.bsf.engines.rexx.Supplier

Packages that use Supplier
org.rexxla.bsf.engines.rexx   
 

Uses of Supplier in org.rexxla.bsf.engines.rexx
 

Methods in org.rexxla.bsf.engines.rexx that return Supplier
 Supplier ArrayWrapper.supplier()
          Creates a supplier object for allowing to enumerate the array together with the appropriate indices (Java style: index starts with 0 and is enclosed in square brackets).
 Supplier ArrayWrapper.supplier(boolean bRexxStyle)
          Creates a supplier object for allowing to enumerate the array together with the appropriate indices.
 


20080810, rgf