Class StdFieldList
java.lang.Object
com.android.dx.util.MutabilityControl
com.android.dx.util.FixedSizeList
com.android.dx.cf.iface.StdFieldList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FixedSizeList
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toStringMethods inherited from class MutabilityControl
isImmutable, isMutable, setImmutable, throwIfImmutable, throwIfMutable
-
Constructor Details
-
StdFieldList
public StdFieldList(int size) Constructs an instance. All indices initially containnull.- Parameters:
size- the size of the list
-
-
Method Details
-
get
-
set
Sets the field at the given index.- Parameters:
n->= 0, < size();which fieldfield-null-ok;the field object
-