Uses of Class
uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Packages that use AdjacencyMap Package Description uk.gov.gchq.gaffer.data.graph.adjacency Data objects used by Gaffer which are related to graph adjacency concepts. -
-
Uses of AdjacencyMap in uk.gov.gchq.gaffer.data.graph.adjacency
Methods in uk.gov.gchq.gaffer.data.graph.adjacency that return AdjacencyMap Modifier and Type Method Description default AdjacencyMap
AdjacencyMaps. get(int n)
Retrieve the nthAdjacencyMap
.Methods in uk.gov.gchq.gaffer.data.graph.adjacency that return types with arguments of type AdjacencyMap Modifier and Type Method Description List<AdjacencyMap>
AdjacencyMaps. asList()
Get a representation of the current AdjacencyMaps object as aList
.List<AdjacencyMap>
PrunedAdjacencyMaps. asList()
List<AdjacencyMap>
SimpleAdjacencyMaps. asList()
default Iterator<AdjacencyMap>
AdjacencyMaps. iterator()
Methods in uk.gov.gchq.gaffer.data.graph.adjacency with parameters of type AdjacencyMap Modifier and Type Method Description default void
AdjacencyMaps. add(AdjacencyMap adjacencyMap)
Add a newAdjacencyMap
.void
PrunedAdjacencyMaps. add(AdjacencyMap adjacencyMap)
-