T - the data signature typeV - the data typepublic class EventDataCacheQueueBased<T,V extends EventData<T>> extends Object implements IEventDataCache<T,V>
IEventDataCache.
Merges data with the same signature by increasing its count.
Will retrieve the first elements by the time of its signature registration.
Not thread safe.| Constructor and Description |
|---|
EventDataCacheQueueBased() |
public void put(V data)
public V retrieveNext()
retrieveNext in interface IEventDataCache<T,V extends EventData<T>>Copyright © 1998–2020 iText Group NV. All rights reserved.