|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PropertyType
- public interface LaraOverwriteMemory<PropertyType extends LaraProperty<PropertyType,?>>
Memorises only one property per key. I.e., there is no history.
Field Summary |
---|
Fields inherited from interface de.cesr.lara.components.container.memory.LaraMemory |
---|
UNLIMITED_RETENTION |
Fields inherited from interface de.cesr.lara.components.container.LaraContainer |
---|
UNLIMITED_CAPACITY |
Method Summary | |
---|---|
PropertyType |
forget(String key)
|
Collection<PropertyType> |
forgetAll(Collection<PropertyType> propertiesToBeRemoved)
Removes all properties in the specified collection from this memory. |
Methods inherited from interface de.cesr.lara.components.container.memory.LaraMemory |
---|
addMemoryPropertyObserver, clear, contains, contains, contains, contains, contains, forget, forget, forgetAll, getAllPropertyKeys, getDefaultRetentionTime, getName, getRetentionTime, memorize, memorize, recall, recall, recall, recall, recallAll, recallAll, recallAll, refresh, refresh, refresh, refresh, refresh, removeMemoryPropertyObserver, setDefaultRetentionTime |
Methods inherited from interface de.cesr.lara.components.container.LaraCapacityManageableContainer |
---|
getCapacityManagementView, getCapacityManager, setCapacity, setCapacityManager |
Methods inherited from interface de.cesr.lara.components.container.LaraContainer |
---|
getCapacity, getSize, isEmpty, isFull |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
PropertyType forget(String key) throws LRemoveException
key
-
LRemoveException
Collection<PropertyType> forgetAll(Collection<PropertyType> propertiesToBeRemoved) throws LRemoveException
LaraMemory
forgetAll
in interface LaraMemory<PropertyType extends LaraProperty<PropertyType,?>>
propertiesToBeRemoved
- the properties to be removed
LRemoveException
LaraMemory.forgetAll(java.util.Collection)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |