public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static int[] |
decodeArray(java.lang.String s) |
static java.lang.String |
encodeArray(int[] qube,
int off,
int len) |
static org.w3c.dom.Element |
singletonChildElement(org.w3c.dom.Element n)
returns the single child element of a node, or throws IllegalArgumentException
|
static int[] |
subArray(int[] qube,
int off,
int len) |
public static java.lang.String encodeArray(int[] qube, int off, int len)
public static int[] decodeArray(java.lang.String s)
public static int[] subArray(int[] qube, int off, int len)
public static org.w3c.dom.Element singletonChildElement(org.w3c.dom.Element n)
n
-