| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageMapSchema.putValueFrom(Input input,
MapSchema.MapWrapper<K,V> wrapper,
K key) |
protected abstract void |
MapSchema.putValueFrom(Input input,
MapSchema.MapWrapper<K,V> wrapper,
K key)
Puts the entry(key and value), obtained from the input, into the
MapWrapper. |
protected void |
StringMapSchema.putValueFrom(Input input,
MapSchema.MapWrapper<String,V> wrapper,
String key) |
protected K |
MessageMapSchema.readKeyFrom(Input input,
MapSchema.MapWrapper<K,V> wrapper) |
protected abstract K |
MapSchema.readKeyFrom(Input input,
MapSchema.MapWrapper<K,V> wrapper)
Reads the key from the input.
|
protected String |
StringMapSchema.readKeyFrom(Input input,
MapSchema.MapWrapper<String,V> wrapper) |
Copyright © 2009–2016. All rights reserved.