Searched refs:constructRawCollectionLikeType (Results 1 – 2 of 2) sorted by relevance
580 type = tf.constructRawCollectionLikeType(CollectionLike.class); // must have type vars in testRawCollections()585 type = tf.constructRawCollectionLikeType(String.class); in testRawCollections()
1150 public CollectionLikeType constructRawCollectionLikeType(Class<?> collectionClass) { in constructRawCollectionLikeType() method in TypeFactory