30313233343536
phrasePairCollocations.put(phrasePair, new ArrayList<IntegerPair>()); } List<IntegerPair> locations = phrasePairCollocations.get(phrasePair); locations.add(new IntegerPair(position1, position2)); }