com.caucho.quercus.env
Class JavaMapAdapter.ValueCollection

java.lang.Object
  extended by java.util.AbstractCollection<Value>
      extended by com.caucho.quercus.env.JavaMapAdapter.ValueCollection
All Implemented Interfaces:
java.lang.Iterable<Value>, java.util.Collection<Value>
Enclosing class:
JavaMapAdapter

public class JavaMapAdapter.ValueCollection
extends java.util.AbstractCollection<Value>


Method Summary
 java.util.Iterator<Value> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Method Detail

size

public int size()
Specified by:
size in interface java.util.Collection<Value>
Specified by:
size in class java.util.AbstractCollection<Value>

iterator

public java.util.Iterator<Value> iterator()
Specified by:
iterator in interface java.lang.Iterable<Value>
Specified by:
iterator in interface java.util.Collection<Value>
Specified by:
iterator in class java.util.AbstractCollection<Value>