SunSPOT API V3.0


Package com.sun.squawk.util

Provides classes for basic utilities sometimes jound in JSE.

See:
          Description

Interface Summary
Comparer  
IntHashtableVisitor This class allows us to interate over an IntHashtable without allocating memory.
 

Class Summary
Arrays This class contains various methods for manipulating arrays (such as sorting and searching).
ByteArrayInputStreamWithSetBytes An extention of ByteArrayInputStream that allows the byte array buffer to be modified, using the ByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int) method.
ByteArrayOutputStreamWithGetBytes An extention of ByteArrayOutputStream that allows the byte array buffer to be read directly, using the ByteArrayOutputStreamWithGetBytes.getBytes() method.
IntHashtable This class implements an unsynchronized hashtable, which maps keys to values.
LineReader This class provides for reading lines from a reader.
MathUtils The class MathUtils contains some of the Java SE Math routines that are not present in the CLDC 1.1 version of Math: MathUtils.asin(double), MathUtils.acos(double), MathUtils.atan(double) & MathUtils.atan2(double, double).
SquawkVector The SquawkVector class is an unsynchronized version of Vector.
StringTokenizer StringTokenizer is a class that controls simple linear tokenization of a String.
 

Exception Summary
UnexpectedException  
 

Package com.sun.squawk.util Description

Provides classes for basic utilities sometimes jound in JSE.


SunSPOT API V3.0


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