Method | Description | |
---|---|---|
Equals ( System o ) : bool | ||
GetHashCode ( ) : int | ||
List ( ) : System | ||
List ( Object elem ) : System | ||
List ( Object elems, int start, int count ) : System | ||
List ( OtpInputStream buf ) : System | ||
List ( System str ) : System | ||
ToString ( ) : System.String | ||
arity ( ) : int | ||
clone ( ) : |
||
elementAt ( int i ) : Object | ||
elements ( ) : Object[] | ||
encode ( OtpOutputStream buf ) : void |
public List ( Object elems, int start, int count ) : System | ||
elems | Object | |
start | int | |
count | int | |
return | System |