Uses of Class
com.caucho.quercus.env.ObjectExtValue.Entry

Packages that use ObjectExtValue.Entry
com.caucho.quercus.env   
 

Uses of ObjectExtValue.Entry in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return ObjectExtValue.Entry
 ObjectExtValue.Entry ObjectExtValue.Entry.getNext()
           
 ObjectExtValue.Entry ObjectExtValue.EntryIterator.next()
           
 

Methods in com.caucho.quercus.env with parameters of type ObjectExtValue.Entry
 void ObjectExtValue.Entry.setNext(ObjectExtValue.Entry next)
           
 

Constructors in com.caucho.quercus.env with parameters of type ObjectExtValue.Entry
ObjectExtValue.Entry(Env env, java.util.IdentityHashMap<Value,Value> map, ObjectExtValue.Entry entry)