- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Why does immutable.PagedSeq inherit from collection.IndexedSeq directly?
Sun, 2010-09-26, 01:21
Hi,
I'm just wondering why the class immutable.PagedSeq (2.8.0) inherits directly from collection.IndexedSeq?
The other classes (Vector, Range) in the immutable package inherit from immutable.IndexedSeq. Why does immutable.PagedSeq breaks that scheme?
Thanks.
Marco