Searched refs:AbstractIndexedListIterator (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java34 abstract class AbstractIndexedListIterator<E> class in inherits:UnmodifiableListIterator
53 protected AbstractIndexedListIterator(int size) { method in class:AbstractIndexedListIterator
68 protected AbstractIndexedListIterator(int size, int position) { method in class:AbstractIndexedListIterator
H A DArrayTable.java474 return new AbstractIndexedListIterator<Cell<R, C, V>>(size()) {
576 return new AbstractIndexedListIterator<Entry<R, V>>(size()) {
645 return new AbstractIndexedListIterator<Entry<C, Map<R, V>>>(size()) {
722 return new AbstractIndexedListIterator<Entry<C, V>>(size()) {
791 return new AbstractIndexedListIterator<Entry<R, Map<C, V>>>(size()) {
823 return new AbstractIndexedListIterator<V>(size()) {
H A DTransformedImmutableList.java82 return new AbstractIndexedListIterator<E>(size(), index) {
H A DRegularImmutableList.java126 return new AbstractIndexedListIterator<E>(size, start) {
H A DRegularImmutableMap.java267 return new AbstractIndexedListIterator<V>(map.entries.length) {
H A DImmutableSet.java469 return new AbstractIndexedListIterator<E>(source.length) {
H A DIterators.java1038 return new AbstractIndexedListIterator<T>(array.length) {
1072 return new AbstractIndexedListIterator<T>(length) {
H A DLists.java565 return new AbstractIndexedListIterator<Character>(size(), index) {
H A DSets.java1178 return new AbstractIndexedListIterator<Set<E>>(powerSetSize) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java1002 return new AbstractIndexedListIterator<T>(array.length) {
1036 return new AbstractIndexedListIterator<T>(length) {
H A DSets.java1166 return new AbstractIndexedListIterator<Set<E>>(powerSetSize) {

Completed in 252 milliseconds