Class SparseEntry

    • Field Detail

      • index

        public long index
    • Constructor Detail

      • SparseEntry

        public SparseEntry​(long index)
        Useful for making index entries, i.e., checking is an element is at a certain index but not caring about the entry (which we never do, since we are modelling lists with these).
        Parameters:
        index -
      • SparseEntry

        public SparseEntry​(long index,
                           Object entry)