Constructor and Description |
---|
NewSortInstance(Class<? extends Sort> sortClass) |
NewSortInstance(Constructor<? extends Sort> constructor) |
NewSortInstance(MethodHandle mh) |
NewSortInstance(Sort sort) |
Modifier and Type | Method and Description |
---|---|
Sort |
get() |
MethodHandle |
getConstructorHandle() |
public NewSortInstance(MethodHandle mh)
public NewSortInstance(Constructor<? extends Sort> constructor) throws IllegalAccessException
IllegalAccessException
public NewSortInstance(Class<? extends Sort> sortClass) throws NoSuchMethodException, IllegalAccessException
public NewSortInstance(Sort sort) throws IllegalAccessException, NoSuchMethodException
public MethodHandle getConstructorHandle()
Copyright © 2024. All rights reserved.