public final class EntryObject
extends java.lang.Object
EntryObject
represents information about a buffer entry.Constructor and Description |
---|
EntryObject(java.math.BigInteger id,
MmuEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
addAddrObject(AddressObject addrObject) |
java.util.Collection<AddressObject> |
getAddrObjects() |
MmuEntry |
getEntry() |
java.math.BigInteger |
getId() |
boolean |
isAuxiliary() |
public EntryObject(java.math.BigInteger id, MmuEntry entry)
public java.math.BigInteger getId()
public MmuEntry getEntry()
public java.util.Collection<AddressObject> getAddrObjects()
public void addAddrObject(AddressObject addrObject)
public boolean isAuxiliary()