public class SynchronizedTransientStore extends AbstractTransientStore
TransientStore
that uses synchronized collections to store data in memory, using
Collections.synchronizedMap(java.util.Map)
.manyMap, singleMap
NO_INDEX
Constructor and Description |
---|
SynchronizedTransientStore()
Constructs a new
SynchronizedTransientStore . |
Modifier and Type | Method and Description |
---|---|
protected List<Object> |
createValue()
Creates a new value that will be stored in the
AbstractTransientStore.manyMap . |
add, clear, contains, create, get, getContainer, getContainingFeature, hashCode, indexOf, isEmpty, isSet, lastIndexOf, move, remove, set, size, toArray, toArray, unset
public SynchronizedTransientStore()
SynchronizedTransientStore
.protected List<Object> createValue()
AbstractTransientStore
AbstractTransientStore.manyMap
.createValue
in class AbstractTransientStore
List
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.