Module com.aoapps.collections
Package com.aoapps.collections
Class UnionMethodSet.ReflectionMethod<E>
java.lang.Object
com.aoapps.collections.UnionMethodSet.ReflectionMethod<E>
- All Implemented Interfaces:
UnionMethodSet.Method<E>
- Direct Known Subclasses:
UnionMethodSet.SetMethod
,UnionMethodSet.SingletonMethod
- Enclosing class:
UnionMethodSet<E>
public abstract static class UnionMethodSet.ReflectionMethod<E>
extends Object
implements UnionMethodSet.Method<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReflectionMethod
(Class<?> targetClass, String methodName) protected
ReflectionMethod
(Method method) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.collections.UnionMethodSet.Method
contains, getSet, getSingleton
-
Field Details
-
method
-
-
Constructor Details
-
ReflectionMethod
- Throws:
NoSuchMethodException
-
ReflectionMethod
-
-
Method Details
-
getMethod
-