Searched refs:immutableSetOf (Results 1 – 8 of 8) sorted by relevance
84 this.annotations = ImmutableAnnotation.immutableSetOf(annotations); in ImmutableClassDef()85 …this.staticFields = ImmutableField.immutableSetOf(Iterables.filter(fields, FieldUtil.FIELD_IS_STAT… in ImmutableClassDef()86 …this.instanceFields = ImmutableField.immutableSetOf(Iterables.filter(fields, FieldUtil.FIELD_IS_IN… in ImmutableClassDef()87 …this.directMethods = ImmutableMethod.immutableSetOf(Iterables.filter(methods, MethodUtil.METHOD_IS… in ImmutableClassDef()88 …this.virtualMethods = ImmutableMethod.immutableSetOf(Iterables.filter(methods, MethodUtil.METHOD_I… in ImmutableClassDef()106 this.annotations = ImmutableAnnotation.immutableSetOf(annotations); in ImmutableClassDef()107 this.staticFields = ImmutableField.immutableSetOf(staticFields); in ImmutableClassDef()108 this.instanceFields = ImmutableField.immutableSetOf(instanceFields); in ImmutableClassDef()109 this.directMethods = ImmutableMethod.immutableSetOf(directMethods); in ImmutableClassDef()110 this.virtualMethods = ImmutableMethod.immutableSetOf(virtualMethods); in ImmutableClassDef()[all …]
50 this.classes = ImmutableClassDef.immutableSetOf(classes); in ImmutableDexFile()61 this.classes = ImmutableClassDef.immutableSetOf(classes); in ImmutableDexFile()
55 this.elements = ImmutableAnnotationElement.immutableSetOf(elements); in ImmutableAnnotation()81 …public static ImmutableSet<ImmutableAnnotation> immutableSetOf(@Nullable Iterable<? extends Annota… in immutableSetOf() method in ImmutableAnnotation
69 this.annotations = ImmutableAnnotation.immutableSetOf(annotations); in ImmutableField()107 …public static ImmutableSortedSet<ImmutableField> immutableSetOf(@Nullable Iterable<? extends Field… in immutableSetOf() method in ImmutableField
71 this.annotations = ImmutableAnnotation.immutableSetOf(annotations); in ImmutableMethod()115 …public static ImmutableSortedSet<ImmutableMethod> immutableSetOf(@Nullable Iterable<? extends Meth… in immutableSetOf() method in ImmutableMethod
74 public static ImmutableSet<ImmutableAnnotationElement> immutableSetOf( in immutableSetOf() method in ImmutableAnnotationElement
55 this.annotations = ImmutableAnnotation.immutableSetOf(annotations); in ImmutableMethodParameter()
52 this.elements = ImmutableAnnotationElement.immutableSetOf(elements); in ImmutableAnnotationEncodedValue()