Interface ScheduledEntries<K,V>

Type Parameters:
K - the scheduled entry key type
V - the scheduled entry value type
All Superinterfaces:
Iterable<Map.Entry<K,V>>

public interface ScheduledEntries<K,V> extends Iterable<Map.Entry<K,V>>
A collection of scheduled entries with a predictable iteration order.
Author:
Paul Ferraro