SunSPOT API V5.0


com.sun.squawk.flash
Class NorFlashSectorStateList

java.lang.Object
  extended by com.sun.squawk.flash.NorFlashSectorStateList
All Implemented Interfaces:
INorFlashSectorStateList

public class NorFlashSectorStateList
extends Object
implements INorFlashSectorStateList


Field Summary
protected  INorFlashSectorState head
           
protected  int size
           
protected  INorFlashSectorState tail
           
 
Constructor Summary
NorFlashSectorStateList()
           
 
Method Summary
 void addLast(INorFlashSectorState sectorState)
           
 INorFlashSectorState consumeFirst()
           
 INorFlashSectorState getFirst()
           
 void remove(INorFlashSectorState toRemove)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

protected INorFlashSectorState head

size

protected int size

tail

protected INorFlashSectorState tail
Constructor Detail

NorFlashSectorStateList

public NorFlashSectorStateList()
Method Detail

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

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.