Uses of Class
com.strobel.collections.ListBuffer
-
Packages that use ListBuffer Package Description com.strobel.assembler.metadata com.strobel.collections com.strobel.expressions com.strobel.reflection -
-
Uses of ListBuffer in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as ListBuffer Modifier and Type Field Description (package private) ListBuffer<TypeReference>MetadataHelper.Adapter. from(package private) ListBuffer<TypeReference>MetadataHelper.Adapter. to -
Uses of ListBuffer in com.strobel.collections
Methods in com.strobel.collections that return ListBuffer Modifier and Type Method Description ListBuffer<A>ListBuffer. append(A x)Append an element to buffer.ListBuffer<A>ListBuffer. appendArray(A[] xs)Append all elements in an array to buffer.ListBuffer<A>ListBuffer. appendList(ImmutableList<A> xs)Append all elements in a list to buffer.ListBuffer<A>ListBuffer. appendList(ListBuffer<A> xs)Append all elements in a list to buffer.static <T> ListBuffer<T>ListBuffer. lb()static <T> ListBuffer<T>ListBuffer. of(T x)ListBuffer<A>ListBuffer. prepend(A x)Prepend an element to buffer.Methods in com.strobel.collections with parameters of type ListBuffer Modifier and Type Method Description ImmutableList<A>ImmutableList. appendList(ListBuffer<A> x)Append given list buffer at length, forming and returning a new list.ListBuffer<A>ListBuffer. appendList(ListBuffer<A> xs)Append all elements in a list to buffer. -
Uses of ListBuffer in com.strobel.expressions
Methods in com.strobel.expressions with parameters of type ListBuffer Modifier and Type Method Description protected voidConcatExpression. flattenOperands(ListBuffer<Expression> operands) -
Uses of ListBuffer in com.strobel.reflection
Fields in com.strobel.reflection declared as ListBuffer Modifier and Type Field Description (package private) ListBuffer<Type<?>>Helper.Adapter. from(package private) ListBuffer<Type<?>>Helper.Adapter. toMethods in com.strobel.reflection with parameters of type ListBuffer Modifier and Type Method Description static voidHelper. adapt(Type<?> source, Type<?> target, ListBuffer<Type<?>> from, ListBuffer<Type<?>> to)private static voidHelper. adaptSelf(Type<?> t, ListBuffer<Type<?>> from, ListBuffer<Type<?>> to)Constructors in com.strobel.reflection with parameters of type ListBuffer Constructor Description Adapter(ListBuffer<Type<?>> from, ListBuffer<Type<?>> to)
-