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


Field Summary
private  LinkedList elements
           
private static Log fine
           
private  int hardSize
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Field Detail

fine

private static final Log fine

elements

private LinkedList elements

hardSize

private int hardSize
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