Uses of Class
uk.gov.gchq.gaffer.operation.impl.Map
-
Packages that use Map Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of Map in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return Map Modifier and Type Method Description Map<I,O>
Map. shallowClone()
-
Uses of Map in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return Map Modifier and Type Method Description Map
AbstractExamplesFactory. mapOperation()
-
Uses of Map in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type Map Modifier and Type Method Description O
MapHandler. doOperation(Map<I,O> operation, Context context, Store store)
Handles theMap
operation.
-