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

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

Methods in org.apache.bsf.engines.rexx that return Supplier
 org.apache.bsf.engines.rexx.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).
 org.apache.bsf.engines.rexx.Supplier ArrayWrapper.supplier(boolean bRexxStyle)
          Creates a supplier object for allowing to enumerate the array together with the appropriate indices.