Java com.google.common.collect ImmutableList.Builder fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect ImmutableList.Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect ImmutableList.Builder.

The text is from its open source code.

Constructor

Method

booleanadd(E e)
Appends the specified element to the end of this list (optional operation).
voidadd(int index, E element)
booleanaddAll(Collection c)
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
Builderbuilder()
intindexOf(@Nullable Object object)
UnmodifiableIteratoriterator()
UnmodifiableListIteratorlistIterator(int index)
intsize()
Returns the number of elements in this list.