Class SnakGroupImpl

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Snak>
org.wikidata.wdtk.datamodel.implementation.SnakGroupImpl
All Implemented Interfaces:
Iterable<Snak>, Collection<Snak>, List<Snak>, SnakGroup

public class SnakGroupImpl extends AbstractList<Snak> implements SnakGroup
Helper class to represent a SnakGroup deserialized from JSON. The actual data is part of a map of lists of SnakImpl objects in JSON, so there is no corresponding JSON object.
Author:
Markus Kroetzsch