org.zilonis.scope
Class ScopedMultiList<Type extends IMultiListElement>

java.lang.Object
  extended by org.zilonis.scope.ScopedMultiList<Type>

public class ScopedMultiList<Type extends IMultiListElement>
extends java.lang.Object


Constructor Summary
ScopedMultiList(int list)
           
 
Method Summary
 void add(Scope scope, Type element)
           
 java.lang.Iterable<Type> getIterable(Scope scope)
           
 java.util.Iterator<Type> iterator(Scope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedMultiList

public ScopedMultiList(int list)
Method Detail

add

public void add(Scope scope,
                Type element)

iterator

public java.util.Iterator<Type> iterator(Scope scope)

getIterable

public java.lang.Iterable<Type> getIterable(Scope scope)