Searched refs:RegexTree (Results 1 – 1 of 1) sorted by relevance
79 storage = new RegexTree<T>(); in RegexLookup()232 private static class RegexTree<T> implements StorageInterfaceBase<T> { class in RegexLookup237 public RegexTree() { in RegexTree() method in RegexLookup.RegexTree506 for (RegexTree<T>.RTNode child : _children) { in toString()