【scala初学】Trait Iterable

   在scala集合的整个层级结构,Iterable仅次于Traverable。   (书生注:原句:All methods in this trait are defined in terms of an an abstract method, 个人根据上下文,这里应该多了一个“an”)    Iterable中的所有方法借助一个抽象方法的被定义,该方法是: iterator, 它用于一个一个
相关文章
相关标签/搜索