Uses of Class
com.strobel.collections.ListBuffer
Packages that use ListBuffer
-
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)