Class SimpleEntityMaps
- java.lang.Object
-
- uk.gov.gchq.gaffer.data.graph.entity.SimpleEntityMaps
-
- All Implemented Interfaces:
Iterable<EntityMap>,EntityMaps
public class SimpleEntityMaps extends Object implements EntityMaps
ASimpleEntityMapsobject represents a collection ofEntityMapss containing graph entity information.
-
-
Constructor Summary
Constructors Constructor Description SimpleEntityMaps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EntityMap>asList()Get a representation of the current EntityMaps object as aList.StringtoString()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.data.graph.entity.EntityMaps
add, empty, get, iterator, prettyPrint, size
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
asList
public List<EntityMap> asList()
Description copied from interface:EntityMapsGet a representation of the current EntityMaps object as aList.- Specified by:
asListin interfaceEntityMaps- Returns:
- a
Listrepresentation of the current entityMaps object
-
-