- 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
-
Nested Class Summary
Nested Classes
static interface
static final class
static final class
static final class
static final class
static final class
static final class
static final class
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
-
Method Summary
default void
default boolean
of(K key1,
K key2,
byte value)
of(K key1,
K key2,
double value)
of(K key1,
K key2,
float value)
of(K key1,
K key2,
int value)
of(K key1,
K key2,
long value)
of(K key1,
K key2,
short value)
of(K key1,
K key2,
V value)
default void
default int
Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, values