Package com.hp.lft.sdk.java.util
package com.hp.lft.sdk.java.util
Provides the SDK utility classes for testing Java objects.
- 
ClassesClassDescriptionListWrapper<K,E> Java doesn't yet provide a native way to represent generic types in the format:List<E>.class, due to type erasure mechanism triggered at compile time.