Uses of Interface
com.cyc.tool.subl.jrtl.nativeCode.subLisp.SubLListListIterator

Packages that use SubLListListIterator
com.cyc.tool.subl.jrtl.nativeCode.subLisp   
com.cyc.tool.subl.jrtl.nativeCode.type.core   
 

Uses of SubLListListIterator in com.cyc.tool.subl.jrtl.nativeCode.subLisp
 

Classes in com.cyc.tool.subl.jrtl.nativeCode.subLisp that implement SubLListListIterator
 class SubLArrayListListIterator
           
 class SubLConsListListIterator
           
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp that return SubLListListIterator
 SubLListListIterator Resourcer.acquireSubLListListIterator(SubLList list)
           
 SubLListListIterator Resourcer.acquireSubLListListIterator(SubLList list, int start)
           
 SubLListListIterator Resourcer.acquireSubLListListIterator(SubLList list, int start, int end)
           
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp with parameters of type SubLListListIterator
 void Resourcer.releaseSubLListListIterator(SubLListListIterator iter)
           
 

Uses of SubLListListIterator in com.cyc.tool.subl.jrtl.nativeCode.type.core
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.type.core with parameters of type SubLListListIterator
static SubLCons SubLObjectFactory.makeListS(SubLObject arg, SubLObject arg1, SubLListListIterator finalCdr)
           
static SubLCons SubLObjectFactory.makeListS(SubLObject arg, SubLObject arg1, SubLObject arg2, SubLListListIterator finalCdr)