| Constructor and Description |
|---|
MemoryBACStore()
Constructs a BAC store.
|
MemoryBACStore(BACStore store)
Constructs a BAC store given another BAC store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(BACKeySpec entry)
Adds a BAC key entry to this BAC store.
|
void |
addEntry(int index,
BACKeySpec entry)
Adds a BAC key entry to this BAC store at a specific index.
|
List<BACKeySpec> |
getEntries()
Gets the entries in this BAC store.
|
BACKeySpec |
getEntry(int index)
Gets a BAC key entry from this BAC store.
|
void |
removeEntry(int index)
Removes a BAC key entry from this BAC store.
|
public MemoryBACStore()
public MemoryBACStore(BACStore store)
store - the other BAC storepublic List<BACKeySpec> getEntries()
getEntries in interface BACStorepublic void addEntry(BACKeySpec entry)
public void addEntry(int index,
BACKeySpec entry)
public void removeEntry(int index)
removeEntry in interface BACStoreindex - the index of the BAC key entry to removepublic BACKeySpec getEntry(int index)