IndexedSeq.scala (source code)

collection.IndexedSeq的一个trait immutable

traitIndexedSeq[+A] extends Seq[A] with GenericTraversableTemplate[A, IndexedSeq] with IndexedSeqLike[A, IndexedSeq[A]]

 

posted on 2017-09-24 09:09  satyrs  阅读(174)  评论(0编辑  收藏  举报

导航