Groovy getFrom()方法

2018-12-29 15:22 更新

获取此范围的较低值。

句法

Comparable getFrom()

参数

没有

返回值

范围的较低值。

例子

下面是一个使用这个方法的例子 -

class Example { 
   static void main(String[] args) { 
      // Example of an Integer using def 
      def rint = 1..10; 
      println(rint.getFrom()); 
   } 
}

当我们运行上面的程序,我们将得到以下结果 -

1
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号