public final class EmptySortedTreeConstructorSupplierImpl extends AbstractServiceLoaderSupplier<EmptySortedTreeConstructor> implements EmptySortedTreeConstructorSupplier
EmptySortedTreeConstructor
.componentMap
Constructor and Description |
---|
EmptySortedTreeConstructorSupplierImpl(KeyMappingSupplier keyMappingSupplier) |
Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>,T extends Tree<E,N>> |
get(Class<T> klass) |
getRaw, onNoComponent
public EmptySortedTreeConstructorSupplierImpl(KeyMappingSupplier keyMappingSupplier)
public <E,N extends OpenNode<E,N>,T extends Tree<E,N>> EmptySortedTreeConstructor<E,N,T> get(Class<T> klass)
get
in interface EmptySortedTreeConstructorSupplier
E
- The type of elementN
- The type of nodeT
- The type of treeklass
- The key to lookupCopyright © 2014–2016. All rights reserved.