Class ListPageWithPrefixes<T>

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<T>
com.google.common.collect.ForwardingList<T>
org.jclouds.googlecloudstorage.domain.ListPageWithPrefixes<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>, ListPage<T>

public final class ListPageWithPrefixes<T> extends com.google.common.collect.ForwardingList<T> implements ListPage<T>
An immutable list that includes a token, if there is another page available.