D | CollectionLikeType.java | 15 public class CollectionLikeType extends TypeBase class 30 protected CollectionLikeType(Class<?> collT, TypeBindings bindings, in CollectionLikeType() method in CollectionLikeType 42 protected CollectionLikeType(TypeBase base, JavaType elemT) in CollectionLikeType() method in CollectionLikeType 51 public static CollectionLikeType construct(Class<?> rawType, TypeBindings bindings, in construct() 53 return new CollectionLikeType(rawType, bindings, superClass, superInts, elemT, in construct() 62 public static CollectionLikeType construct(Class<?> rawType, JavaType elemT) { in construct() 72 return new CollectionLikeType(rawType, bindings, in construct() 83 public static CollectionLikeType upgradeFrom(JavaType baseType, JavaType elementType) { in upgradeFrom() 87 return new CollectionLikeType((TypeBase) baseType, elementType); in upgradeFrom() 95 return new CollectionLikeType(subclass, _bindings, in _narrow() [all …]
|