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
ASimpleEntityMaps
object represents a collection ofEntityMaps
s 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
.String
toString()
-
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:EntityMaps
Get a representation of the current EntityMaps object as aList
.- Specified by:
asList
in interfaceEntityMaps
- Returns:
- a
List
representation of the current entityMaps object
-
-