public class AS extends Object implements Comparable<AS>, Comparator<AS>
| Modifier and Type | Field and Description |
|---|---|
static int |
AS_TRANS |
protected byte[] |
ASCode |
static AS |
NullAS |
| Modifier | Constructor and Description |
|---|---|
protected |
AS() |
|
AS(byte[] as) |
|
AS(long ASnumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AS as1,
AS as2) |
int |
compareTo(AS other) |
boolean |
equals(Object other) |
long |
getASN() |
boolean |
is4Byte() |
boolean |
isPlaceholder() |
static AS |
parseString(String asspec) |
void |
setASN(long ASnumber) |
String |
toString() |
String |
toString(String prefix) |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final int AS_TRANS
public static final AS NullAS
protected byte[] ASCode
public long getASN()
public void setASN(long ASnumber)
public int compareTo(AS other)
compareTo in interface Comparable<AS>public int compare(AS as1, AS as2)
compare in interface Comparator<AS>public boolean equals(Object other)
equals in interface Comparator<AS>equals in class Objectpublic boolean is4Byte()
public boolean isPlaceholder()
public String toString(String prefix)
prefix - Copyright © 2025. All rights reserved.