public final class InheritanceLevel extends Object implements Scalar<Integer>
This class is thread safe.
Result interpretation:
Integer.MIN_VALUE
-> classes are not related.
(ex. matching FileNotFoundException with RuntimeException);
Scalar.NoNulls<T>
Constructor and Description |
---|
InheritanceLevel(Class<?> cderived,
Class<?> cbase)
Ctor.
|
Copyright © 2017–2018 Cactoos. All rights reserved.