Uses of Class
uk.gov.gchq.gaffer.data.graph.entity.EntityMap
-
Packages that use EntityMap Package Description uk.gov.gchq.gaffer.data.graph.entity Data objects used by Gaffer which are related to graph entity caching. -
-
Uses of EntityMap in uk.gov.gchq.gaffer.data.graph.entity
Methods in uk.gov.gchq.gaffer.data.graph.entity that return EntityMap Modifier and Type Method Description default EntityMap
EntityMaps. get(int n)
Retrieve the nthEntityMap
.Methods in uk.gov.gchq.gaffer.data.graph.entity that return types with arguments of type EntityMap Modifier and Type Method Description List<EntityMap>
EntityMaps. asList()
Get a representation of the current EntityMaps object as aList
.List<EntityMap>
SimpleEntityMaps. asList()
default Iterator<EntityMap>
EntityMaps. iterator()
Methods in uk.gov.gchq.gaffer.data.graph.entity with parameters of type EntityMap Modifier and Type Method Description default void
EntityMaps. add(EntityMap entityMap)
Add a newEntityMap
.
-