public final class OTSClassUtil extends Object
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
static <T> Class<T> |
getTypedClass(T object) |
static <T> Class<List<T>> |
getTypedClassList(T object) |
public static <T> Class<T> getTypedClass(T object)
T
- the typeobject
- the object to provide the class forCopyright © 2014–2018 Delft University of Technology. All rights reserved.