Uses of Class
uk.gov.gchq.gaffer.types.CustomMap
-
Packages that use CustomMap Package Description uk.gov.gchq.gaffer.serialisation Serialisation classes.uk.gov.gchq.gaffer.types.binaryoperator -
-
Uses of CustomMap in uk.gov.gchq.gaffer.serialisation
Methods in uk.gov.gchq.gaffer.serialisation that return CustomMap Modifier and Type Method Description CustomMap
CustomMapSerialiser. deserialise(byte[] bytes)
CustomMap
CustomMapSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.serialisation with parameters of type CustomMap Modifier and Type Method Description byte[]
CustomMapSerialiser. serialise(CustomMap customMap)
-
Uses of CustomMap in uk.gov.gchq.gaffer.types.binaryoperator
Methods in uk.gov.gchq.gaffer.types.binaryoperator that return CustomMap Modifier and Type Method Description CustomMap<K,V>
CustomMapAggregator. _apply(CustomMap<K,V> state, CustomMap<K,V> input)
Methods in uk.gov.gchq.gaffer.types.binaryoperator with parameters of type CustomMap Modifier and Type Method Description CustomMap<K,V>
CustomMapAggregator. _apply(CustomMap<K,V> state, CustomMap<K,V> input)
-