Interface IIndexReader.IOne2ManyIndex

All Superinterfaces:
IIndexReader
All Known Subinterfaces:
IIndexReader.IOne2ManyObjectsIndex
All Known Implementing Classes:
IndexReader.IntIndex1NSortedReader
Enclosing interface:
IIndexReader

public static interface IIndexReader.IOne2ManyIndex extends IIndexReader
Index from object id to several object ids. For example outbound references from an object or outbound dominated ids.
  • Method Details

    • get

      int[] get(int index)
      Get the object IDs corresponding to the input object ID
      Parameters:
      index -
      Returns:
      an array holding the object IDs