Method | Description | |
---|---|---|
multiplication_commutes ( int x, int y ) : void | ||
positive_squares ( int x ) : void | ||
reverse_reverse_is_identity ( int xs ) : void | ||
square_is_greater_than_value ( int x ) : void | ||
union_commutes ( HashSet |
public multiplication_commutes ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public reverse_reverse_is_identity ( int xs ) : void | ||
xs | int | |
return | void |
public square_is_greater_than_value ( int x ) : void | ||
x | int | |
return | void |
public union_commutes ( HashSet |
||
xs | HashSet |
|
ys | HashSet |
|
return | void |