,
new LookupEntryFactory<Character, SimpleTimedCharNode, SimpleTimedCharLookupEntry>() {
@Override
public final SimpleTimedCharLookupEntry newLookupEntry(final SimpleTimedCharNode node,
final SimpleTimedCharNode insertion, final int depth, final boolean hasPrefix) {
return new SimpleTimedCharLookupEntry(node, insertion, depth, hasPrefix);
}
},
access);
}