public class ASSet extends AS
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<AS> |
asSet |
| Constructor and Description |
|---|
ASSet(LinkedList<AS> asList) |
| Modifier and Type | Method and Description |
|---|---|
int |
asSetSize() |
boolean |
equals(Object other) |
AS |
getAS(int i) |
LinkedList<AS> |
getASList() |
boolean |
is4Byte() |
String |
toString() |
compare, compareTo, getASN, isPlaceholder, parseString, setASN, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected LinkedList<AS> asSet
public ASSet(LinkedList<AS> asList)
public boolean equals(Object other)
equals in interface Comparator<AS>equals in class ASpublic LinkedList<AS> getASList()
public int asSetSize()
public boolean is4Byte()
public AS getAS(int i)
Copyright © 2025. All rights reserved.