public interface EmptySortedTreeConstructorSupplier
EmptySortedTreeConstructor
.Modifier and Type | Method and Description |
---|---|
<E,N extends OpenNode<E,N>,T extends Tree<E,N>> |
get(Class<T> klass) |
<E,N extends OpenNode<E,N>,T extends Tree<E,N>> EmptySortedTreeConstructor<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.