Interface Indexer<A extends Address<?>>

  • Type Parameters:
    A - the address type.

    public interface Indexer<A extends Address<?>>
    Indexer is a generic interface of a cache set indexer.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ru.ispras.fortress.data.types.bitvector.BitVector getIndex​(A address)
      Returns the cache set index for the given address.
    • Method Detail

      • getIndex

        ru.ispras.fortress.data.types.bitvector.BitVector getIndex​(A address)
        Returns the cache set index for the given address.
        Parameters:
        address - the data address.
        Returns:
        the cache set index.