Sun SPOT API
Green Release  


Package com.sun.squawk.util

Interface Summary
Comparer  
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.Rehasher  
 

Class Summary
ArgsUtilities A collection of utilities for command line argument parsing.
ArrayHashtable This class implements a hashtable, which maps keys to values.
Arrays This class contains various methods for manipulating arrays (such as sorting and searching).
Assert Provides support for assertions that can be removed on demand in order for building a release version.
BitSet This class provides mechanisms for manipulating a bit set.
ComputationTimer This is a singleton class that provides support for timing computations, including nested computations.
DataInputUTF8Decoder This class provides one function for decoding a UTF-8 encoded string from a DataInput.
DataOutputUTF8Encoder This class provides one function for UTF-8 encoding a string to a DataOutput.
Find This class provides a limited subset of the unix find utility.
HexDump This is a utility similiar to the Unix 'xxd' utility.
IntHashtable This class implements a hashtable, which maps keys to values.
LineReader This class provides for reading lines from a reader.
LongHashtable This class implements a hashtable, which maps keys to values.
SerializableIntHashtable  
SimpleLinkedList A Stripped down version of the standard J2SE java.util.LinkedList class.
SquawkHashtable This class implements a hashtable, which maps keys to values.
SquawkVector The SquawkVector class implements a growable array of objects.
StringTokenizer StringTokenizer is a class that controls simple linear tokenization of a String.
StructuredFileInputStream An instance of StructuredInputStream is used to read a file that must conform to some given format such as a class file or a suite file.
Tracer The Tracer class encapsulates a set of static methods that are used to emit execution traces to a print stream.
 


Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.