public final class EmptyTreeConstructorSupplier extends AbstractServiceLoaderSupplier<EmptyTreeConstructor>
EmptyTreeConstructor
s.componentMap
Constructor and Description |
---|
EmptyTreeConstructorSupplier(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 EmptyTreeConstructorSupplier(KeyMappingSupplier keyMappingSupplier)
public <E,N extends OpenNode<E,N>,T extends Tree<E,N>> EmptyTreeConstructor<E,N,T> get(Class<T> klass)
E
- The type of elementN
- The type of nodeT
- The type of treeklass
- The key to lookupOperationNotSupportedForType
- If the key is not supportedCopyright © 2014–2016. All rights reserved.