Uses of Class
com.strobel.collections.ListBuffer
Packages that use ListBuffer
Package
Description
-
Uses of ListBuffer in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as ListBufferModifier and TypeFieldDescription(package private) final ListBuffer<TypeReference> MetadataHelper.Adapter.from(package private) final ListBuffer<TypeReference> MetadataHelper.Adapter.to -
Uses of ListBuffer in com.strobel.collections
Methods in com.strobel.collections that return ListBufferModifier and TypeMethodDescriptionAppend an element to buffer.ListBuffer.appendArray(A[] xs) Append all elements in an array to buffer.ListBuffer.appendList(ImmutableList<A> xs) Append all elements in a list to buffer.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) Prepend an element to buffer.Methods in com.strobel.collections with parameters of type ListBufferModifier and TypeMethodDescriptionImmutableList.appendList(ListBuffer<A> x) Append given list buffer at length, forming and returning a new list.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 ListBufferModifier and TypeMethodDescriptionprotected voidConcatExpression.flattenOperands(ListBuffer<Expression> operands) -
Uses of ListBuffer in com.strobel.reflection
Fields in com.strobel.reflection declared as ListBufferModifier and TypeFieldDescription(package private) ListBuffer<Type<?>> Helper.Adapter.from(package private) ListBuffer<Type<?>> Helper.Adapter.toMethods in com.strobel.reflection with parameters of type ListBufferModifier and TypeMethodDescriptionstatic 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 ListBufferModifierConstructorDescription(package private)Adapter(ListBuffer<Type<?>> from, ListBuffer<Type<?>> to)