frysk.hpd
Class HardList

java.lang.Object
  extended by java.util.AbstractCollection
      extended by frysk.hpd.HardList
All Implemented Interfaces:
Iterable, Collection

public class HardList
extends AbstractCollection


Constructor Summary
HardList(int hardSize)
           
 
Method Summary
 boolean add(Object o)
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

HardList

public HardList(int hardSize)
Method Detail

add

public boolean add(Object o)
Specified by:
add in interface Collection
Overrides:
add in class AbstractCollection

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in class AbstractCollection

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in class AbstractCollection