Class SpecializedProjectionIndexer

All Implemented Interfaces:
Iterable<Tuple>, Indexer, IterableIndexer, ProjectionIndexer, NetworkStructureChangeSensitiveNode, Node
Direct Known Subclasses:
IdentityIndexer, NullIndexer

public abstract class SpecializedProjectionIndexer extends StandardIndexer implements ProjectionIndexer
A specialized projection indexer that can be memory-less (relying on an external source of information).

All specialized projection indexers of a single node will share the same listener list, so that notification order is maintained (see Bug 518434).