Home | History | Annotate | Download | only in reflectionmodel

Lines Matching defs:Iterable

214         // Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess
220 Iterable.class.getCanonicalName()),
301 assertEquals(new ReferenceTypeImpl(new ReflectionInterfaceDeclaration(Iterable.class, typeResolver), ImmutableList.of(typeVariable), typeResolver), ancestors.get("java.lang.Iterable"));