Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Organization of Indexes

Gliffy Diagram
namev3-index-organization

Organization of Streams over Indexes

The top level interface FSIndexes implements Iterable, which in turn has a default impl for SplitIterator, which enables creation of streams.

FSIndexes has two default methods for stream and parallel stream, constructed from the splititerator impls.

Splititerator impls are defined in these classes:

  • FSSubtypesIndexImpl
  • FSBagIndex
  • FSSetIndex
  • FSSortedIndex

Organization of Iterators over Indexes

Gliffy Diagram
namev3-iterators