public class MultiValueTableMap<R,C,V> extends Object
MultiValueTableMap()
Map<R,org.springframework.util.MultiValueMap<C,V>>
asMap()
org.springframework.util.MultiValueMap<C,V>
getColMap(R rowKey)
void
putVal(R rowKey, C colKey, V val)
putValAll(R rowKey, C colKey, Collection<V> val)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MultiValueTableMap()
public org.springframework.util.MultiValueMap<C,V> getColMap(R rowKey)
public void putVal(R rowKey, C colKey, V val)
public void putValAll(R rowKey, C colKey, Collection<V> val)
public Map<R,org.springframework.util.MultiValueMap<C,V>> asMap()
Copyright © 2022. All rights reserved.