Method | Description | |
---|---|---|
contains ( DataType first, DataType second ) : bool | ||
pop ( object first, object second ) : void | ||
push ( DataType first, DataType second ) : void |
public contains ( DataType first, DataType second ) : bool | ||
first | DataType | |
second | DataType | |
return | bool |
public pop ( object first, object second ) : void | ||
first | object | |
second | object | |
return | void |
public push ( DataType first, DataType second ) : void | ||
first | DataType | |
second | DataType | |
return | void |