|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SquawkHashtable | |
---|---|
com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
com.sun.squawk.peripheral | |
com.sun.squawk.util | Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) |
Uses of SquawkHashtable in com.sun.squawk |
---|
Methods in com.sun.squawk with parameters of type SquawkHashtable | |
---|---|
static void |
GC.printEstimatedHashtableSize(SquawkHashtable tbl)
print an estimate the number of bytes used by this hastable, not including keys and values. |
Uses of SquawkHashtable in com.sun.squawk.peripheral |
---|
Fields in com.sun.squawk.peripheral declared as SquawkHashtable | |
---|---|
protected SquawkHashtable |
PeripheralRegistry.peripheralArraysByType
|
Uses of SquawkHashtable in com.sun.squawk.util |
---|
Methods in com.sun.squawk.util that return SquawkHashtable | |
---|---|
SquawkHashtable |
SquawkHashtable.setRehasher(SquawkHashtable.Rehasher rehasher)
|
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |