Class Index

    • Constructor Detail

      • Index

        public Index()
        Constructor
    • Method Detail

      • addIndexColumn

        public int addIndexColumn​(IndexColumn ic)
        Add IndexColumn to this index. Return index count
        Parameters:
        ic - IndexColumn to add
        Returns:
        current number of indices
      • equals

        public boolean equals​(Index index)
        Does given Index match this one?
        Parameters:
        index - Index to compare
        Returns:
        equals?
      • presentAt

        public boolean presentAt​(int pos,
                                 IndexColumn incol)
        Is given IndexColumn present at given position in collection?
        Parameters:
        pos - position
        incol - IndexColumn
        Returns:
        present?