Uses of Interface
org.jruby.util.collections.IStack

Packages that use IStack
org.jruby   
org.jruby.internal.util.collections   
org.jruby.runtime   
org.jruby.util.collections   
 

Uses of IStack in org.jruby
 

Methods in org.jruby that return IStack
 IStack Ruby.getIterStack()
           
 

Uses of IStack in org.jruby.internal.util.collections
 

Classes in org.jruby.internal.util.collections that implement IStack
 class Stack
           
 

Methods in org.jruby.internal.util.collections that return IStack
 IStack Stack.push(java.lang.Object anObject)
           
 

Uses of IStack in org.jruby.runtime
 

Classes in org.jruby.runtime that implement IStack
 class FrameStack
           
 

Methods in org.jruby.runtime that return IStack
 IStack ThreadContext.getIterStack()
           
 

Uses of IStack in org.jruby.util.collections
 

Methods in org.jruby.util.collections that return IStack
 IStack CollectionFactory.newStack()
           
 IStack IStack.push(java.lang.Object anObject)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.