메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public push ( DataType first, DataType second ) : void | ||
first | DataType | |
second | DataType | |
리턴 | void |