Searched refs:nullToEmptyList (Results 1 – 9 of 9) sorted by relevance
69 this.instructions = ImmutableUtils.nullToEmptyList(instructions); in ImmutableMethodImplementation()70 this.tryBlocks = ImmutableUtils.nullToEmptyList(tryBlocks); in ImmutableMethodImplementation()71 this.debugItems = ImmutableUtils.nullToEmptyList(debugItems); in ImmutableMethodImplementation()
63 this.exceptionHandlers = ImmutableUtils.nullToEmptyList(exceptionHandlers); in ImmutableTryBlock()
84 this.parameters = ImmutableUtils.nullToEmptyList(parameters); in ImmutableMethod()
126 this.interfaces = ImmutableUtils.nullToEmptyList(interfaces); in ImmutableClassDef()
42 @Nonnull public static <T> ImmutableList<T> nullToEmptyList(@Nullable ImmutableList<T> list) { in nullToEmptyList() method in ImmutableUtils
58 this.switchElements = ImmutableUtils.nullToEmptyList(switchElements); in ImmutableSparseSwitchPayload()
59 this.switchElements = ImmutableUtils.nullToEmptyList(switchElements); in ImmutablePackedSwitchPayload()
63 this.arrayElements = ImmutableUtils.nullToEmptyList(arrayElements); in ImmutableArrayPayload()
65 this.parameters = ImmutableUtils.nullToEmptyList(parameters); in ImmutableMethodReference()