Interface EntryPair<K,V>

All Superinterfaces:
KeyValue<K,V>, Map<K,V>, Map.Entry<K,V>
All Known Subinterfaces:
EntryPair.KeyedPrimitive<K>
All Known Implementing Classes:
AlphaVantageParser.Data, DatePrice, DatePrice.DefaultDP, EntryPair.ObjectByte, EntryPair.ObjectDouble, EntryPair.ObjectFloat, EntryPair.ObjectInt, EntryPair.ObjectLong, EntryPair.ObjectObject, EntryPair.ObjectShort, IEXTradingParser.Data, YahooParser.Data

public interface EntryPair<K,V> extends KeyValue<K,V>, Map<K,V>, Map.Entry<K,V>
Singleton (immutable) Map:s with primitive valued specialisations.