com.sun.squawk.flash
Class NorFlashSectorStateList
java.lang.Object
com.sun.squawk.flash.NorFlashSectorStateList
- All Implemented Interfaces:
- INorFlashSectorStateList
public class NorFlashSectorStateList
- extends Object
- implements INorFlashSectorStateList
head
protected INorFlashSectorState head
size
protected int size
tail
protected INorFlashSectorState tail
NorFlashSectorStateList
public NorFlashSectorStateList()
addLast
public void addLast(INorFlashSectorState sectorState)
- Specified by:
addLast in interface INorFlashSectorStateList
consumeFirst
public INorFlashSectorState consumeFirst()
- Specified by:
consumeFirst in interface INorFlashSectorStateList
getFirst
public INorFlashSectorState getFirst()
- Specified by:
getFirst in interface INorFlashSectorStateList
remove
public void remove(INorFlashSectorState toRemove)
- Specified by:
remove in interface INorFlashSectorStateList
size
public int size()
- Specified by:
size in interface INorFlashSectorStateList
Copyright © 2006-2008 Sun Microsystems, Inc. All Rights Reserved.