public class MultimapKeyValuesSerializingProcedure<K,V> extends CheckedProcedure2<K,org.eclipse.collections.api.RichIterable<V>>
| Constructor and Description |
|---|
MultimapKeyValuesSerializingProcedure(ObjectOutput out) |
| Modifier and Type | Method and Description |
|---|---|
void |
safeValue(K key,
org.eclipse.collections.api.RichIterable<V> iterable) |
valuepublic MultimapKeyValuesSerializingProcedure(ObjectOutput out)
public void safeValue(K key, org.eclipse.collections.api.RichIterable<V> iterable) throws IOException
IOExceptionCopyright © 2004–2017. All rights reserved.