| Package | Description | 
|---|---|
| com.google.common.collect | 
 This package contains generic collection interfaces and implementations, and other utilities for
 working with collections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UnmodifiableListIterator<E> | 
ImmutableList.listIterator()  | 
UnmodifiableListIterator<E> | 
ImmutableList.listIterator(int index)  | 
Copyright © 2010–2018. All rights reserved.