overloaded version
常见例句
- When you use the overloaded version of bindTarget() that takes one parameter, you enable the depth buffer by default.
在使用接受一个参数的 bindTarget() 重载版本时,默认为启用深度缓冲。 - Like the putIfAbsent() method, the overloaded version of the remove() method accepts two arguments -- a key and value.
像 putIfAbsent() 方法一样,重载后的 remove() 方法有两个参数 —— 键和值。 - For example, if I have a method called draw(String str), an overloaded version can have the following form: draw(String str, int i).
例如,如果有一个名为 draw(String str) 的方法,那么重载的方法可以有以下形式:draw(String str, int i)。 返回 overloaded version