Class FSIndexRepositoryImpl.IndexesForType

  • Enclosing class:
    FSIndexRepositoryImpl

    static class FSIndexRepositoryImpl.IndexesForType
    extends java.lang.Object
    Information about all the indexes for a single type. This is kept in an List, with the key being the type code.
    • Field Detail

      • hasSetIndex

        boolean hasSetIndex
        true if one or more of the indexes is a set index
      • typename

        final java.lang.String typename
      • aSortedIndex

        int aSortedIndex
        index of any sorted index or -1 if no sorted index
      • aBagIndex

        int aBagIndex
      • indexesForType

        final java.util.ArrayList<FsIndex_iicp<TOP>> indexesForType
    • Constructor Detail

      • IndexesForType

        IndexesForType​(TypeImpl ti)