|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.driver.DriverUtilities
public class DriverUtilities
Utility method for the drivers
| Constructor Summary | |
|---|---|
DriverUtilities()
|
|
| Method Summary | |
|---|---|
static int |
translate(int code,
int[] source,
int[] target)
Translates the specified code by using the translation table specified by the two last arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriverUtilities()
| Method Detail |
|---|
public static int translate(int code,
int[] source,
int[] target)
code - code to translatesource - keys on the translation tabletarget - translation to the keys
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||