public class NameNormalizer<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
NameNormalizer.NameFunction<T> |
static interface |
NameNormalizer.ParentFunction<T> |
| Constructor and Description |
|---|
NameNormalizer(Set<T> items,
NameNormalizer.NameFunction<T> nameFunc,
NameNormalizer.ParentFunction<T> parentFunc) |
public NameNormalizer(Set<T> items, NameNormalizer.NameFunction<T> nameFunc, NameNormalizer.ParentFunction<T> parentFunc)
Copyright © 2016–2019. All rights reserved.