Interface Indexer<A extends Address<?>>
-
-
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.
-
-