this.names=new Stack<>(); | this.names=new LinkedList<>(); | new Stack<>() | new LinkedList<>() | neo4j | 6ef39d66feb5c5918dc1be679a427fccf5007a02 | cypher.feature.parser.CypherValuesCreator | | | | | | AssignedTo | True |
this.mapCounters=new Stack<>(); | this.mapCounters=new LinkedList<>(); | new Stack<>() | new LinkedList<>() | neo4j | 6ef39d66feb5c5918dc1be679a427fccf5007a02 | cypher.feature.parser.CypherValuesCreator | | _1 | mapCounters |
---|
_2 | mapCounters |
---|
| | | | AssignedTo | True |
this.listCounters=new Stack<>(); | this.listCounters=new LinkedList<>(); | new Stack<>() | new LinkedList<>() | neo4j | 6ef39d66feb5c5918dc1be679a427fccf5007a02 | cypher.feature.parser.CypherValuesCreator | | _1 | listCounters |
---|
_2 | listCounters |
---|
| | | | AssignedTo | True |
this.workload=new Stack<>(); | this.workload=new LinkedList<>(); | new Stack<>() | new LinkedList<>() | neo4j | 6ef39d66feb5c5918dc1be679a427fccf5007a02 | cypher.feature.parser.CypherValuesCreator | | | | | | AssignedTo | True |