"

2013 FRC Java API

"

Uses of Package
com.sun.squawk.util

Packages that use com.sun.squawk.util
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.debugger.sda The classes that implement the Squawk VM side of the SDWP. 
com.sun.squawk.flash   
com.sun.squawk.peripheral   
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
 

Classes in com.sun.squawk.util used by com.sun.squawk
BitSet
          This class provides mechanisms for manipulating a bit set.
Comparer
          A version of Java SE's java.util.Comparator interface.
 

Classes in com.sun.squawk.util used by com.sun.squawk.debugger.sda
IntHashtable
          This class implements an unsynchronized hashtable, which maps keys to values.
 

Classes in com.sun.squawk.util used by com.sun.squawk.flash
ByteArrayInputStreamWithSetBytes
          An extention of ByteArrayInputStream that allows the byte array buffer to be modified, using the ByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int) method.
 

Classes in com.sun.squawk.util used by com.sun.squawk.peripheral
SquawkHashtable
          This class implements a variation of Hashtable that is unsynchronized.
SquawkVector
          The SquawkVector class is an unsynchronized version of Vector.
 

Classes in com.sun.squawk.util used by com.sun.squawk.util
ArrayHashtable
          This class implements a hashtable, which maps keys to values.
BitSet
          This class provides mechanisms for manipulating a bit set.
Comparer
          A version of Java SE's java.util.Comparator interface.
ComputationTimer.Computation
          A computation to be timed that does not throw a checked exception.
ComputationTimer.ComputationException
          A computation to be timed that throws a checked exception.
IntHashtableVisitor
          This class allows us to interate over an IntHashtable without allocating memory.
SquawkHashtable
          This class implements a variation of Hashtable that is unsynchronized.
SquawkHashtable.Rehasher
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"