final lupos.datastructures.paged_dbbptree.DBBPTree<String, Integer> simap =
new lupos.datastructures.paged_dbbptree.DBBPTree<String, Integer>(k, k_, new StringIntegerNodeDeSerializer(), String.class, Integer.class);
LazyLiteral.setHm(new StringIntegerMapJava(simap));
final StringArray ismap = new StringArray();
LazyLiteral.setV(ismap);
final URILiteral defaultGraph = new StringURILiteral("<http://localhost/default>");
// just for inserting it into the codemap:
defaultGraph.createThisLiteralNew();