public interface ITreeItemChooser<K,V>
| Modifier and Type | Method and Description |
|---|---|
K |
choose(Comparator<K> comparator,
ITreeItem<K,V> item,
K key,
V element) |
void |
removed(K key) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.