
public interface TypeInformation
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAssignableFrom(Object other)
Test whether this type is assignable from a given object instance.
|
boolean |
isAssignableFromType(TypeInformation type)
Test whether this type is assignable from another type.
|
boolean isAssignableFromType(TypeInformation type)
type - Other typeboolean isAssignableFrom(Object other)
other - Other objectCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.