org.jjoost.collections.lists
Class LeakyList<E>

java.lang.Object
  extended by org.jjoost.collections.lists.LeakyList<E>
All Implemented Interfaces:
java.lang.Iterable<E>

public class LeakyList<E>
extends java.lang.Object
implements java.lang.Iterable<E>


Constructor Summary
LeakyList(int size)
           
 
Method Summary
 void add(E value)
           
 java.util.Iterator<E> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeakyList

public LeakyList(int size)
Method Detail

iterator

public java.util.Iterator<E> iterator()
Specified by:
iterator in interface java.lang.Iterable<E>

add

public void add(E value)