|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BT747Hashtable | |
---|---|
bt747.sys | |
bt747.sys.interfaces | |
gps.tracks | |
net.sf.bt747.j2se.app.utils | |
net.sf.bt747.j2se.system | |
net.sf.bt747.waba.system |
Uses of BT747Hashtable in bt747.sys |
---|
Methods in bt747.sys that return BT747Hashtable | |
---|---|
static BT747Hashtable |
JavaLibBridge.getHashtableInstance(int initialCapacity)
|
Methods in bt747.sys with parameters of type BT747Hashtable | |
---|---|
static java.lang.String |
Generic.expandPercentTokens(java.lang.String s,
BT747Hashtable tokens)
Fill a tokens list like this (for instance):
tokens.put("p", baseDir); and %p , %e , %f will be
replaced accordingly. |
Uses of BT747Hashtable in bt747.sys.interfaces |
---|
Methods in bt747.sys.interfaces that return BT747Hashtable | |
---|---|
BT747Hashtable |
JavaLibImplementation.getHashtableInstance(int initialCapacity)
|
BT747Hashtable |
BT747Hashtable.iterator()
|
Methods in bt747.sys.interfaces with parameters of type BT747Hashtable | |
---|---|
void |
BT747HttpSender.doRequest(java.lang.String hostname,
int port,
java.lang.String file,
java.lang.String user,
java.lang.String password,
BT747Hashtable data,
java.lang.String encodingOrNull,
LocationSender caller)
Send out data to a server using http the protocol. |
Uses of BT747Hashtable in gps.tracks |
---|
Methods in gps.tracks that return BT747Hashtable | |
---|---|
BT747Hashtable |
PolylineEncoder.createEncodings(Track track,
int level,
int step)
|
BT747Hashtable |
PolylineEncoder.dpEncode(Track track)
Douglas-Peucker algorithm, adapted for encoding |
BT747Hashtable |
PolylineEncoder.getBounds()
|
Uses of BT747Hashtable in net.sf.bt747.j2se.app.utils |
---|
Methods in net.sf.bt747.j2se.app.utils with parameters of type BT747Hashtable | |
---|---|
byte[] |
ExternalTool.execTool(BT747Hashtable tokens)
Execute tool and use tokens to replace arguments |
Uses of BT747Hashtable in net.sf.bt747.j2se.system |
---|
Classes in net.sf.bt747.j2se.system that implement BT747Hashtable | |
---|---|
class |
J2SEHashtable
|
Methods in net.sf.bt747.j2se.system that return BT747Hashtable | |
---|---|
BT747Hashtable |
J2SEJavaTranslations.getHashtableInstance(int initialCapacity)
|
BT747Hashtable |
J2SEHashtable.iterator()
|
Methods in net.sf.bt747.j2se.system with parameters of type BT747Hashtable | |
---|---|
void |
J2SEHttpSenderImpl.doRequest(java.lang.String hostname,
int port,
java.lang.String file,
java.lang.String user,
java.lang.String password,
BT747Hashtable data,
java.lang.String encodingOrNull,
LocationSender caller)
|
Uses of BT747Hashtable in net.sf.bt747.waba.system |
---|
Classes in net.sf.bt747.waba.system that implement BT747Hashtable | |
---|---|
class |
WabaHashtable
|
Methods in net.sf.bt747.waba.system that return BT747Hashtable | |
---|---|
BT747Hashtable |
WabaJavaTranslations.getHashtableInstance(int initialCapacity)
|
BT747Hashtable |
WabaHashtable.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |