System.err.println(e);
e.printStackTrace();
}
}
} else {
this.SPO.put(new TripleKey(t, new TripleComparator(CollationOrder.SPO)), t);
this.SOP.put(new TripleKey(t, new TripleComparator(CollationOrder.SOP)), t);
this.PSO.put(new TripleKey(t, new TripleComparator(CollationOrder.PSO)), t);
this.POS.put(new TripleKey(t, new TripleComparator(CollationOrder.POS)), t);
this.OSP.put(new TripleKey(t, new TripleComparator(CollationOrder.OSP)), t);
this.OPS.put(new TripleKey(t, new TripleComparator(CollationOrder.OPS)), t);
}
}