2010 FRC Java API


Uses of Package
com.sun.squawk.util

Packages that use com.sun.squawk.util
com.sun.squawk.flash   
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.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.util
Comparer
          A version of Java SE's java.util.Comparator interface.
IntHashtableVisitor
          This class allows us to interate over an IntHashtable without allocating memory.
 


2010 FRC Java API


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