private void setUuid开发者_如何学C(int.. uuid)  
{
  // method stuff
}  
The Java 6 compiler complains when I try to use the syntax above .. Isn't the var-arg above valid ?
According to the 1.5 language docs it's three periods:
private void setUuid(int... uuid)  
{
  // method stuff
}
You need three dots to make an argument a vararg.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论