Interface Transcoder.MapLike<D>
- Type Parameters:
D- the transcoder type
- Enclosing interface:
Transcoder<D>
public static interface Transcoder.MapLike<D>
Represents an immutable
Map like object.-
Method Summary
-
Method Details
-
keys
Gets all the keys- Returns:
- the collection of keys
-
hasValue
-
getValue
Gets the value of the key in a result.
Check if the key has a value usinghasValue(String)- Parameters:
key- the key to use- Returns:
- the result,
Result.Errorif missing
-
size
-
isEmpty
-