public final class Edges extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Edges.C |
| Modifier and Type | Method and Description |
|---|---|
static void |
findDefault() |
static short[] |
get(int pos1,
int pos2) |
static void |
init(int length) |
static void |
put(int pos1,
int pos2,
short label) |
static void |
putD(int pos1,
int pos2,
short label) |
static void |
read(DataInputStream d) |
static void |
write(DataOutputStream d) |
public static void init(int length)
length - public static void findDefault()
public static final void put(int pos1,
int pos2,
short label)
public static final void putD(int pos1,
int pos2,
short label)
public static final short[] get(int pos1,
int pos2)
public static void write(DataOutputStream d) throws IOException
dis - IOExceptionpublic static void read(DataInputStream d) throws IOException
dis - IOExceptionCopyright © 2013. All rights reserved.