Class ListPageWithPrefixes<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<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.