org.tm4j.panckoucke.impl.store.PanckouckeStore .getProviderReferences(java.util.List li)

Description

Returns a list of currently open ProviderReferences.

On each call, this method generates a new shallow copy of the ProviderReference-Cache.

In order to minimize object creation, you may pass a java.util.List to the method which will be filled with the cached ProviderReferences and will be returned to the caller.
Since the contents of the cache are added to li, it may be a good idea to empty the List before calling this method.

Parameters
java.util.List li

Returns

a list of ProviderReferences. The list may be empty, but it is never null. If the cache is empty and no list was passed to the method, the returned list is unmodifiable.

Other Resources

Related Topics

Has Parameters