"

2013 FRC Java API

"

com.sun.squawk.flash
Interface INorFlashSectorStateList

All Known Implementing Classes:
NorFlashSectorStateList

public interface INorFlashSectorStateList


Method Summary
 void addLast(INorFlashSectorState sector)
           
 INorFlashSectorState consumeFirst()
           
 INorFlashSectorState getFirst()
           
 void remove(INorFlashSectorState sector)
           
 int size()
           
 

Method Detail

addLast

void addLast(INorFlashSectorState sector)

consumeFirst

INorFlashSectorState consumeFirst()

getFirst

INorFlashSectorState getFirst()

remove

void remove(INorFlashSectorState sector)

size

int size()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"