ants
Class NodeAddress
java.lang.Object
|
+--ants.NodeAddress
- public abstract class NodeAddress
- extends java.lang.Object
Routines for manipulating node addresses. A node address is
simply a 32 bit integer for efficiency, but these convenience
routines exist to convert to and from printed representations
and so on.
Method Summary |
static int |
fromString(java.lang.String name)
|
static void |
main(java.lang.String[] args)
|
static boolean |
multicast(int a)
|
static java.lang.String |
toString(int a)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NodeAddress
public NodeAddress()
multicast
public static final boolean multicast(int a)
toString
public static java.lang.String toString(int a)
fromString
public static int fromString(java.lang.String name)
throws java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception