Package com.macrofocus.molap.series
Interface MutableSeries<K,V>
-
- All Superinterfaces:
Series<K,V>
- All Known Implementing Classes:
ByteDictionarySeries
,DefaultSeries
,DoubleSeries
,FloatSeries
,IntegerSeries
,LongSeries
,ShortDictionarySeries
public interface MutableSeries<K,V> extends Series<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(K key, V value)
-